diff --git a/ci-reports/markdown/static-report.md b/ci-reports/markdown/static-report.md new file mode 100644 index 00000000..3692380b --- /dev/null +++ b/ci-reports/markdown/static-report.md @@ -0,0 +1,28 @@ +============================= test session starts ============================== +platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0 +rootdir: /workspace/tligui_y/slic +plugins: md-report-0.7.0 +collected 0 items / 1 error + +==================================== ERRORS ==================================== +_______________ ERROR collecting tests/test_utils_ask_yes_no.py ________________ +ImportError while importing test module '/workspace/tligui_y/slic/tests/test_utils_ask_yes_no.py'. +Hint: make sure your test modules/packages have valid Python names. +Traceback: +/usr/lib/python3.12/importlib/__init__.py:90: in import_module + return _bootstrap._gcd_import(name[level:], package, level) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +tests/test_utils_ask_yes_no.py:5: in + from slic.utils.ask_yes_no import * +slic/__init__.py:1: in + from passlib.hash import sha256_crypt as _ignore #TODO: this hides a DeprecationWarning for crypt / sha256_crypt is used in py_elog + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +E ModuleNotFoundError: No module named 'passlib' +=========================== short test summary info ============================ +ERROR tests/test_utils_ask_yes_no.py +!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! +=============================== 1 error in 0.16s =============================== +| filepath | error | SUBTOTAL | +| ------------------------------ | ----: | -------: | +| tests/test_utils_ask_yes_no.py | 1 | 1 | +| TOTAL | 1 | 1 |