mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 11:37:03 +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
29e67a0887
commit
96634cbb67
@ -1,5 +1,5 @@
|
||||
[pytest]
|
||||
addopts= -rsxX -s -v --strict --capture=sys
|
||||
addopts= -rsxX -s -v --strict-markers --capture=sys
|
||||
filterwarnings =
|
||||
error::UserWarning
|
||||
ignore:.*U.* is deprecated:DeprecationWarning
|
||||
|
Loading…
Reference in New Issue
Block a user