changed Row NamedTuple #442
GitHub Actions / JUnit Test Report
failed
Jan 2, 2024 in 0s
1 tests run, 0 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 11 in tests/blueprints/usersuite/test_usersuite.py
github-actions / JUnit Test Report
test_usersuite.tests.blueprints.usersuite.test_usersuite
collection failure
Raw output
ImportError while importing test module '/home/runner/work/sipa/sipa/tests/blueprints/usersuite/test_usersuite.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/blueprints/usersuite/test_usersuite.py:11: in <module>
from sipa.model.user import Row
E ImportError: cannot import name 'Row' from 'sipa.model.user' (/home/runner/work/sipa/sipa/sipa/model/user.py)
Loading