Re: Re: Mysterious autopkgtest tests of ujson package

2018-06-02 Thread Lumin
> > autodep8: /usr/share/autodep8/support/python > > BTW: codesearch.debian.net is a good place to find out this sort of thing. > Ah, here it is. Thanks!

Re: Mysterious autopkgtest tests of ujson package

2018-06-02 Thread Paul Wise
On Sat, Jun 2, 2018 at 2:55 PM, Lumin wrote: >> set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" >> ; echo "Testing with $py:" ; $py -c "import ujson; print(ujson)" ; done > > Where did that test come from? Thanks. autodep8: /usr/share/autodep8/support/python BTW: cod

Mysterious autopkgtest tests of ujson package

2018-06-02 Thread Lumin
Hello mentors, I'm adopting the ujson package[1][2]. Currently there is no autopkgtest control file under the debian directory[3], but ci.d.o, to my surprise, is running autopkgtest[4] on this package. As far as I know, tests are defined in debian/tests/control when the tester is autopkgtest. No