[Python-modules-team] Bug#884220: pylint-common FTBFS: ImportError: cannot import name make_tests

Adrian Bunk bunk at debian.org
Tue Dec 12 18:42:03 UTC 2017


Source: pylint-common
Version: 0.2.5-1
Severity: serious

Some recent change in unstable makes pylint-common FTBFS:

https://tests.reproducible-builds.org/debian/history/pylint-common.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pylint-common.html

...

   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/pylint-common-0.2.5'
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python2 test/test_func.py
Traceback (most recent call last):
  File "test/test_func.py", line 4, in <module>
    from pylint.testutils import make_tests, LintTestUsingModule, LintTestUsingFile, cb_test_gen, linter
ImportError: cannot import name make_tests
debian/rules:10: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1


There is a patch in Ubuntu that might fix it (untested).



More information about the Python-modules-team mailing list