Преглед на файлове

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