瀏覽代碼

TESTS: ignore the `requirements` and `certs` directory when collecting tests

Thomas LEVEIL 8 年之前
父節點
當前提交
dd443f3eca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/pytest.ini

+ 1 - 1
test/pytest.ini

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