Bug#878789: distro-info FTBFS with Python 3.6 as default

2017-12-23 Thread Benjamin Drung
reassign 878789 pylint 1.6.5-1
forcemerge 868820 878789
thanks

Hi,

the build failure was caused by pylint 1.6.5 that needs adjustments for
Python 3.6.

-- 
Benjamin Drung
Debian & Ubuntu Developer



Bug#878789: distro-info FTBFS with Python 3.6 as default

2017-10-16 Thread Adrian Bunk
Source: distro-info
Version: 0.17
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/distro-info.html

...
Test: Run pylint on Python source code ... FAIL

==
FAIL: test_pylint (distro_info_test.test_pylint.PylintTestCase)
Test: Run pylint on Python source code
--
Traceback (most recent call last):
  File "/build/1st/distro-info-0.17/python/distro_info_test/test_pylint.py", 
line 53, in test_pylint
self.assertFalse(out, pylint_binary + " found errors:\n" + out)
AssertionError: "* Module distro_info_test.test_pylint\nE: 50,27: 
Module 're' has no 'MULTILINE' member (no-member)" is not false : pylint3 found 
errors:
* Module distro_info_test.test_pylint
E: 50,27: Module 're' has no 'MULTILINE' member (no-member)

--
Ran 26 tests in 16.823s

FAILED (failures=1)
Test failed: 
error: Test failed: 
Makefile:45: recipe for target 'test-python' failed
make[1]: *** [test-python] Error 1