Is this an ubuntu specific issue? subunit2junitxml on Debian just use #!/usr/bin/python - in other words, Python 2.
** Changed in: subunit (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to subunit in Ubuntu. https://bugs.launchpad.net/bugs/1192651 Title: subunit should depend on python3-junitxml Status in “subunit” package in Ubuntu: Incomplete Bug description: $ trial --reporter=subunit landscape/lib/tests/test_bpickle.py | /usr/bin/subunit2junitxml python-junitxml (https://launchpad.net/pyjunitxml or http://pypi.python.org/pypi/junitxml) is required for this filter.Traceback (most recent call last): File "/usr/bin/subunit2junitxml", line 27, in <module> from junitxml import JUnitXmlResult ImportError: No module named 'junitxml' There is no "python3-junitxml" in the repositories. python-junitxml is installed on the system but only contains 2.7 libraries. UPDATE: as of now, there is a python3-junitxml. It just needs to be included as a dep. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/subunit/+bug/1192651/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp