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: