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 _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

