mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-23 06:40:21 +01: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:
parent
f60f529bd7
commit
dc683f2d1c
@ -1,4 +1,4 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
addopts= -rsxX -s -v --strict
|
addopts= -rsxX -s -v --strict-markers
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error::UserWarning
|
error::UserWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user