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

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