From 81aa12bdb0ed2d582c235ba7712bc3b2c6ad1029 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sat, 23 May 2020 23:48:47 +0200 Subject: [PATCH] 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? --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index fd0f8ca456..23a7d81109 100644 --- a/setup.cfg +++ b/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