From fdc46ebf34f52e51dfde32d7959f4a36f0a2e904 Mon Sep 17 00:00:00 2001 From: michael <47487225+MichaelHaussmann@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:09:43 +0100 Subject: [PATCH] pyproject.toml: ignore some tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 482a925..161b879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ filterwarnings = [ "ignore::DeprecationWarning", ] log_cli = true -addopts = "--doctest-modules --ignore=spil_plugins --ignore=spil/sid/read/finders/find_cache.py --capture=no" +addopts = "--doctest-modules --ignore=spil_plugins --ignore=spil/sid/read/finders/find_cache.py --ignore=spil_hamlet_conf/hamlet_tests/performance --capture=no" #log_cli_level = 10 #testpaths = [