1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-30 19:36:17 +02:00

fix(ci): 🔧 add markers on pytest.ini to fix warnings

This commit is contained in:
Kevin Marilleau 2021-03-19 12:32:35 +01:00 committed by Nicolas Duchon
parent 37e85e6e8d
commit 6fd3cfb38f
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -1,3 +1,5 @@
[pytest]
# disable the creation of the `.cache` folders
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
markers =
incremental: mark a test as incremental.