소스 검색

Merge pull request #5197 from FelixSchwarz/pytest-warning

declare "allow_cache_wipe" marker in pytest.ini to avoid pytest warning
TW 5 년 전
부모
커밋
b504d3dd41
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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