mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-06-17 05:53:42 +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:
@ -1,4 +1,4 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
addopts= -rsxX -s -v --strict
|
addopts= -rsxX -s -v --strict-markers
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error::UserWarning
|
error::UserWarning
|
||||||
|
Reference in New Issue
Block a user