mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 11:37:03 +01:00
pytest.ini: Ignore deprecation warnings
These come from third-party libraries I have no control over. See: https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
This commit is contained in:
parent
63ffd77723
commit
915327539a
@ -2,3 +2,4 @@
|
||||
addopts= -rsxX -s -v --strict --capture=sys
|
||||
filterwarnings =
|
||||
error::UserWarning
|
||||
ignore:.*U.* is deprecated:DeprecationWarning
|
||||
|
Loading…
Reference in New Issue
Block a user