TESTS: ignore the requirements
and certs
directory when collecting tests
This commit is contained in:
parent
9620be91fa
commit
dd443f3eca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue