Update Markdown report [skip ci]

This commit is contained in:
ci-bot
2025-07-08 12:33:52 +00:00
parent 59d5249081
commit a4d91b0c28
+28
View File
@@ -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 <module>
from slic.utils.ask_yes_no import *
slic/__init__.py:1: in <module>
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 |