From f795d64538e6fcfe667129d773eab88c6a9af4f6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 4 Oct 2024 18:58:11 +0200 Subject: [PATCH] clean up tool.pytest.ini_options --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed333f15d..62c8e42f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,10 +137,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" "src/borg/testsuite/platform_test.py" = ["F811"] [tool.pytest.ini_options] -python_files = "testsuite/*.py" -markers = [ - "allow_cache_wipe", -] +markers = [] [tool.mypy] python_version = "3.9"