Prechádzať zdrojové kódy

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

Thomas LEVEIL 8 rokov pred
rodič
commit
dd443f3eca
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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