1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00

Merge pull request #5197 from FelixSchwarz/pytest-warning

declare "allow_cache_wipe" marker in pytest.ini to avoid pytest warning
This commit is contained in:
TW 2020-06-02 22:14:45 +02:00 committed by GitHub
commit b504d3dd41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
[tool:pytest]
python_files = testsuite/*.py
markers =
allow_cache_wipe
[flake8]
# please note that the values are adjusted so that they do not cause failures