2
0
Эх сурвалжийг харах

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

Thomas LEVEIL 8 жил өмнө
parent
commit
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