From 3f68f40a3874a3035b5826adc522678fa829f37e 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 c283992b3..6e82886a7 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