Delete ci-reports/markdown/static-report.md
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 53s

This commit is contained in:
2025-07-08 15:23:24 +02:00
parent 5730066370
commit d0f9483756
-28
View File
@@ -1,28 +0,0 @@
============================= 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.09s ===============================
| filepath | error | SUBTOTAL |
| ------------------------------ | ----: | -------: |
| tests/test_utils_ask_yes_no.py | 1 | 1 |
| TOTAL | 1 | 1 |