Source: mypy
Version: 1.9.0-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=mypy&arch=amd64&ver=1.9.0-1&stamp=1709977705&raw=0

>           assert actual_errors == expected_errors, output
E           AssertionError: error: test_module.Y.__closed__ is not present in 
stub
E             Stub: in file test_module.pyi
E             MISSING
E             Runtime:
E             False
E             
E             error: test_module.Y.__extra_items__ is not present in stub
E             Stub: in file test_module.pyi
E             MISSING
E             Runtime:
E             None
E             
E             Found 2 errors (checked 1 module)
E             
E           assert {'test_module...xtra_items__'} == set()
E             
E             Extra items in the left set:
E             'test_module.Y.__extra_items__'
E             'test_module.Y.__closed__'
E             Use -v to get more diff

mypy/test/teststubtest.py:219: AssertionError
=========================== short test summary info ============================
FAILED mypy/test/teststubtest.py::StubtestUnit::test_runtime_typing_objects
===== 1 failed, 11571 passed, 331 skipped, 9 xfailed in 699.84s (0:11:39) ======
make[1]: *** [debian/rules:84: override_dh_auto_test-arch] Error 1

Cheers
-- 
Sebastian Ramacher

Reply via email to