Explorar o código

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

Thomas LEVEIL %!s(int64=8) %!d(string=hai) anos
pai
achega
dd443f3eca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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