1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-11 23:56:00 +02: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:
2019-07-31 13:32:58 +03:00
parent 63ffd77723
commit 915327539a

View File

@ -2,3 +2,4 @@
addopts= -rsxX -s -v --strict --capture=sys
filterwarnings =
error::UserWarning
ignore:.*U.* is deprecated:DeprecationWarning