1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-21 19:36:30 +00: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