Procházet zdrojové kódy

Merge pull request #5351 from ThomasWaldmann/pytest-warning-1.1

declare "allow_cache_wipe" marker in setup.cfg to avoid pytest warning
TW před 4 roky
rodič
revize
3ad941b885
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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