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
parent 701a4b3970
commit f03ebd4cae
No known key found for this signature in database
GPG key ID: BA04727E0EA281C0

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
markers =
incremental: mark a test as incremental.