mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-16 02:57:04 +01:00
Alan Orth
915327539a
These come from third-party libraries I have no control over. See: https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
6 lines
143 B
INI
6 lines
143 B
INI
[pytest]
|
|
addopts= -rsxX -s -v --strict --capture=sys
|
|
filterwarnings =
|
|
error::UserWarning
|
|
ignore:.*U.* is deprecated:DeprecationWarning
|