From d0f948375683d5deea8eeed6c8f7f137dcbb844e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 8 Jul 2025 15:23:24 +0200 Subject: [PATCH] Delete ci-reports/markdown/static-report.md --- ci-reports/markdown/static-report.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ci-reports/markdown/static-report.md diff --git a/ci-reports/markdown/static-report.md b/ci-reports/markdown/static-report.md deleted file mode 100644 index a7ac983f..00000000 --- a/ci-reports/markdown/static-report.md +++ /dev/null @@ -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 - 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.09s =============================== -| filepath | error | SUBTOTAL | -| ------------------------------ | ----: | -------: | -| tests/test_utils_ask_yes_no.py | 1 | 1 | -| TOTAL | 1 | 1 |