Browse Source

clean up tool.pytest.ini_options

Thomas Waldmann 8 months ago
parent
commit
f795d64538
1 changed files with 1 additions and 4 deletions
  1. 1 4
      pyproject.toml

+ 1 - 4
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"