1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 15:28:57 +00:00

clean up tool.pytest.ini_options

This commit is contained in:
Thomas Waldmann 2024-10-04 18:58:11 +02:00
parent 40dc9dadb4
commit f795d64538
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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"