Ver código fonte

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

Kevin Marilleau 4 anos atrás
pai
commit
6fd3cfb38f
1 arquivos alterados com 3 adições e 1 exclusões
  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.