1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-16 21:47:14 +02:00

pytest.ini: Change --strict to --strict-markers

This is deprecated since pytest 6.2.0.

See: https://docs.pytest.org/en/stable/deprecations.html#the-strict-command-line-option
This commit is contained in:
2020-12-14 19:07:02 +02:00
parent f60f529bd7
commit dc683f2d1c

View File

@ -1,4 +1,4 @@
[pytest]
addopts= -rsxX -s -v --strict
addopts= -rsxX -s -v --strict-markers
filterwarnings =
error::UserWarning