Skip to content

Upgrade pipeline to mypy v1.8 #1069

Upgrade pipeline to mypy v1.8

Upgrade pipeline to mypy v1.8 #1069

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 2348 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:33: in <module>
    class _WindowArgs(t.TypedDict, t.Generic[TP, TO]):
/usr/local/lib/python3.10/typing.py:2348: in __new__
    raise TypeError('cannot inherit from both a TypedDict type '
E   TypeError: cannot inherit from both a TypedDict type and a non-TypedDict base class