mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
pyproject.toml: move pytest options
This commit is contained in:
parent
5cce0d7504
commit
34cadfdc4e
2 changed files with 6 additions and 5 deletions
|
@ -67,3 +67,9 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
||||||
"src/borg/testsuite/archiver/return_codes.py" = ["F811"]
|
"src/borg/testsuite/archiver/return_codes.py" = ["F811"]
|
||||||
"src/borg/testsuite/benchmark.py" = ["F811"]
|
"src/borg/testsuite/benchmark.py" = ["F811"]
|
||||||
"src/borg/testsuite/platform.py" = ["F811"]
|
"src/borg/testsuite/platform.py" = ["F811"]
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
python_files = "testsuite/*.py"
|
||||||
|
markers = [
|
||||||
|
"allow_cache_wipe",
|
||||||
|
]
|
||||||
|
|
|
@ -69,11 +69,6 @@ llfuse = llfuse >= 1.3.8
|
||||||
pyfuse3 = pyfuse3 >= 3.1.1
|
pyfuse3 = pyfuse3 >= 3.1.1
|
||||||
nofuse =
|
nofuse =
|
||||||
|
|
||||||
[tool:pytest]
|
|
||||||
python_files = testsuite/*.py
|
|
||||||
markers =
|
|
||||||
allow_cache_wipe
|
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
python_version = 3.9
|
python_version = 3.9
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
|
|
Loading…
Reference in a new issue