reassign 885965 pylint3 1.7.4-2 thanks Am Montag, den 01.01.2018, 01:36 +0100 schrieb Adam Borowski: > Source: distro-info > Version: 0.17 > Severity: serious > Justification: fails to build from source (but built successfully in > the past) > > Hi! > I'm afraid your package fails to build with: > > Test: Run pylint on Python source code ... FAIL > > ====================================================================== > FAIL: test_pylint (distro_info_test.test_pylint.PylintTestCase) > Test: Run pylint on Python source code > > [...] > (unused-variable)" is not false : pylint3 found errors: > ************* Module distro_info_test.test_help > W: 30, 0: Unused variable '__class__' (unused-variable) > W: 30, 0: Unused variable '__class__' (unused-variable) > ************* Module distro_info_test.test_pylint > W: 26, 0: Unused variable '__class__' (unused-variable) > ************* Module distro_info_test.test_flake8 > W: 23, 0: Unused variable '__class__' (unused-variable) > ************* Module distro_info_test.test_distro_info > W: 25, 0: Unused variable '__class__' (unused-variable) > W: 25, 0: Unused variable '__class__' (unused-variable) > W: 25, 0: Unused variable '__class__' (unused-variable) > > Tested on armhf amd64. Log attached.
Thanks for reporting it. This is a bug in pylint which reports this false-positive: Unused variable '__class__' -- Benjamin Drung Debian & Ubuntu Developer