Skip to content

Upgrade pipeline to mypy v1.8 #1068

Upgrade pipeline to mypy v1.8

Upgrade pipeline to mypy v1.8 #1068

GitHub Actions / JUnit Test Report failed Jan 25, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 32 in .babelrc

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

collection failure
Raw output
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
../venv/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
tests/frontend/conftest.py:11: in <module>
    from web import PycroftFlask
web/__init__.py:12: in <module>
    from .app import make_app, PycroftFlask
web/app.py:33: in <module>
    from .blueprints import (
web/blueprints/user/__init__.py:54: in <module>
    from pycroft.lib.user_deletion import get_archivable_members
pycroft/lib/user_deletion.py:32: in <module>
    @t.type_check_only
E   AttributeError: module 'typing' has no attribute 'type_check_only'