pytest: add impure marker

This commit is contained in:
Jörg Thalheim
2023-09-15 16:42:58 +02:00
parent d41cca2e28
commit 164f95723d

View File

@@ -18,6 +18,7 @@ clan_cli = [ "config/jsonschema/*", "webui/assets/**/*"]
faulthandler_timeout = 30
addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --workers auto --durations 5"
norecursedirs = "tests/helpers"
markers = [ "impure" ]
[tool.mypy]
python_version = "3.10"