mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-11 14:48:22 +00:00
declare "allow_cache_wipe" marker in setup.cfg to avoid pytest warning
Undeclared markers trigger a pytest warning: PytestUnknownMarkWarning: Unknown pytest.mark.allow_cache_wipe - is this a typo?
This commit is contained in:
parent
47b1c47459
commit
3f68f40a38
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
python_files = testsuite/*.py
|
python_files = testsuite/*.py
|
||||||
|
markers =
|
||||||
|
allow_cache_wipe
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# please note that the values are adjusted so that they do not cause failures
|
# please note that the values are adjusted so that they do not cause failures
|
||||||
|
|
Loading…
Add table
Reference in a new issue