Source: mypy Version: 0.931-1 Severity: serious Tags: ftbfs Hi Maintainer
Since sometime around mid-March, mypy started to FTBFS in unstable and testing [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://tests.reproducible-builds.org/debian/rb-pkg/mypy.html =================================== FAILURES =================================== _________________________________ testBlocker __________________________________ [gw4] linux -- Python 3.10.3 /usr/bin/python3.10 data: /build/1st/mypy-0.931/test-data/unit/cmdline.test:1235: /build/1st/mypy-0.931/mypy/test/testcmdline.py:39: in run_case test_python_cmdline(testcase, step) /build/1st/mypy-0.931/mypy/test/testcmdline.py:101: in test_python_cmdline assert_string_arrays_equal(expected_out, out, E AssertionError: Invalid output (/build/1st/mypy-0.931/test-data/unit/cmdline.test, line 1235) ----------------------------- Captured stderr call ----------------------------- Expected: pkg/x.py:1: error: invalid syntax. Perhaps you forgot a comma? (diff) Found 1 error in 1 file (errors prevented further checking) == Return code: 2 Actual: pkg/x.py:1: error: invalid syntax (diff) Found 1 error in 1 file (errors prevented further checking) == Return code: 2 Alignment of first line difference: E: ...: error: invalid syntax. Perhaps you forgot a comma? A: ...: error: invalid syntax ^