Package: zope.testing
Version: 4.6.2-2
Severity: serious
https://ci.debian.net/data/autopkgtest/testing/amd64/z/zope.testing/2966135/log.gz
autopkgtest [06:13:32]: test all: [-----------------------
Traceback (most recent call last):
File "/usr/bin/zope-testrunner", line 9, in <module>
load_entry_point('zope.testrunner==4.4.9', 'console_scripts',
'zope-testrunner')()
File "/usr/lib/python2.7/dist-packages/zope/testrunner/__init__.py", line
27, in run
failed = run_internal(defaults, args, script_parts=script_parts, cwd=cwd)
File "/usr/lib/python2.7/dist-packages/zope/testrunner/__init__.py", line
44, in run_internal
runner.run()
File "/usr/lib/python2.7/dist-packages/zope/testrunner/runner.py", line 159,
in run
feature.global_setup()
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 479,
in global_setup
tests = find_tests(self.runner.options, self.runner.found_suites)
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 168,
in find_tests
for suite in found_suites:
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 179,
in find_suites
for fpath, package in find_test_files(options):
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 238,
in find_test_files
for f, package in find_test_files_(options):
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 266,
in find_test_files_
for (p, package) in test_dirs(options, {}):
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 321,
in test_dirs
p = import_name(p)
File "/usr/lib/python2.7/dist-packages/zope/testrunner/find.py", line 395,
in import_name
__import__(name)
ImportError: No module named testing
It looks like while the package has dropped python2 support, some of the
autopkgtest stuff is still trying to use it.