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:
Alan Orth 2019-07-31 13:32:58 +03:00
parent 63ffd77723
commit 915327539a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

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