1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-06-02 04:46:19 +02:00

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

This commit is contained in:
Thomas LEVEIL 2017-02-17 01:24:48 +01:00
parent 9620be91fa
commit dd443f3eca

View File

@ -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