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:
parent
40dc9dadb4
commit
f795d64538
1 changed files with 1 additions and 4 deletions
|
@ -137,10 +137,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
||||||
"src/borg/testsuite/platform_test.py" = ["F811"]
|
"src/borg/testsuite/platform_test.py" = ["F811"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
python_files = "testsuite/*.py"
|
markers = []
|
||||||
markers = [
|
|
||||||
"allow_cache_wipe",
|
|
||||||
]
|
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.9"
|
python_version = "3.9"
|
||||||
|
|
Loading…
Reference in a new issue