浏览代码

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.