Ver Fonte

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?
Felix Schwarz há 5 anos atrás
pai
commit
3f68f40a38
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      setup.cfg

+ 2 - 0
setup.cfg

@@ -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