Roundup Tracker - Issues

Message8518

Author cf-intevation
Recipients ber, cf-intevation, rouilj, schlatterbeck
Date 2026-09-14.07:22:41
Message-id <1789370561.57.0.452666172043.issue2551427@roundup-tracker.org>
In-reply-to
Without redis in scripts/Docker/requirements.txt the result is:

=========================== short test summary info ============================
FAILED test/test_demo.py::TestDemo::testDemoMinimal - SystemExit: 2
FAILED test/test_demo.py::TestDemo::testDemoClassic - SystemExit: 2
FAILED test/test_demo.py::TestDemo::testDemoJinja - SystemExit: 2
FAILED test/test_cgi.py::FormTestCase::testTokenlessCsrfProtection - IndexErr...
FAILED test/test_cgi.py::TemplateUtilsTestCase::testExpandfile - IndexError: ...
====== 5 failed, 1388 passed, 999 skipped, 1 xfailed in 634.97s (0:10:34) ======

that is doing the following:
using the build container
pip install -r test/requirement.txt
python -m pytest test
History
Date User Action Args
2026-09-14 07:22:41cf-intevationsetmessageid: <1789370561.57.0.452666172043.issue2551427@roundup-tracker.org>
2026-09-14 07:22:41cf-intevationsetrecipients: + cf-intevation, schlatterbeck, ber, rouilj
2026-09-14 07:22:41cf-intevationlinkissue2551427 messages
2026-09-14 07:22:41cf-intevationcreate