소스 검색

fix(ci): :wrench: add markers on pytest.ini to fix warnings

Kevin Marilleau 4 년 전
부모
커밋
6fd3cfb38f
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      test/pytest.ini

+ 3 - 1
test/pytest.ini

@@ -1,3 +1,5 @@
 [pytest]
 # disable the creation of the `.cache` folders
-addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
+addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
+markers =
+    incremental: mark a test as incremental.