Skip to content

Commit

Permalink
declare "allow_cache_wipe" marker in setup.cfg to avoid pytest warning
Browse files Browse the repository at this point in the history
Undeclared markers trigger a pytest warning:

    PytestUnknownMarkWarning: Unknown pytest.mark.allow_cache_wipe - is this a typo?
  • Loading branch information
FelixSchwarz committed Jun 1, 2020
1 parent 47b1c47 commit 3f68f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f68f40

Please sign in to comment.