From c1f6c0db66d6a47f4ebbbb43eb09317225725ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 15 Nov 2023 06:58:42 +0100 Subject: [PATCH] pytest: add missing with-core marker --- pkgs/clan-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/pyproject.toml b/pkgs/clan-cli/pyproject.toml index 43691faf0..927de1d01 100644 --- a/pkgs/clan-cli/pyproject.toml +++ b/pkgs/clan-cli/pyproject.toml @@ -23,7 +23,7 @@ log_level = "DEBUG" log_format = "%(levelname)s: %(message)s\n %(pathname)s:%(lineno)d::%(funcName)s" addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail --durations 5 --color=yes --new-first" # Add --pdb for debugging norecursedirs = "tests/helpers" -markers = [ "impure" ] +markers = [ "impure", "with_core" ] [tool.mypy] plugins = ["deal.mypy"]