[Python-modules-team] Bug#846606: Found where ipython test is failing

Scott Howard showard314 at gmail.com
Sat Dec 3 00:30:17 UTC 2016


Autodep8 is generating the test that is failing:

https://anonscm.debian.org/cgit/collab-maint/autodep8.git/tree/support/python/generate

IPython should include its own test. Add the following lines to
debian/tests/control


Test-Command: cd "$ADTTMP" ; python -c "import IPython; print IPython"
Depends: python-ipython

Test-Command: cd "$ADTTMP" ; python3 -c "import IPython; print(IPython)"
Depends: python3-ipython



More information about the Python-modules-team mailing list