Control: retitle -1 FTBFS: tests/test_functional.py::test_functional[recursion_error_3152] - AssertionError: Wrong message(s) raised for "recursion_error_3152.py"
On Tue, Aug 27, 2024 at 09:04:42AM +0200, Matthias Klose wrote: > setuptools test command is removed, the package at least uses this command > in it's autopkg tests. It doesn't - it fails for a different reason. https://ci.debian.net/packages/p/pylint/testing/amd64/51301728/ =================================== FAILURES =================================== ____________________ test_functional[recursion_error_3152] _____________________ self = <pylint.testutils.lint_module_test.LintModuleTest object at 0x7feaa697c500> def runTest(self) -> None: > self._runTest() E AssertionError: Wrong message(s) raised for "recursion_error_3152.py": E E Unexpected in testdata: E 6: abstract-method E E Actual pylint output for this file: E OutputLine(symbol='abstract-method', lineno=6, column=0, end_lineno=6, end_column=12, object='Custom', msg="Method 'finalize_options' is abstract in class 'Command' but is not overridden in child class 'Custom'", confidence='INFERENCE') E OutputLine(symbol='abstract-method', lineno=6, column=0, end_lineno=6, end_column=12, object='Custom', msg="Method 'initialize_options' is abstract in class 'Command' but is not overridden in child class 'Custom'", confidence='INFERENCE') E OutputLine(symbol='abstract-method', lineno=6, column=0, end_lineno=6, end_column=12, object='Custom', msg="Method 'run' is abstract in class 'Command' but is not overridden in child class 'Custom'", confidence='INFERENCE') /usr/lib/python3/dist-packages/pylint/testutils/lint_module_test.py:147: AssertionError 3.2.7 fixes this; I'll upgrade. -- Colin Watson (he/him) [[email protected]]

