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"