Bladeren bron

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

Thomas LEVEIL 8 jaren geleden
bovenliggende
commit
dd443f3eca
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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