Преглед изворни кода

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.