diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 12:35:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 12:35:35 -0700 |
commit | e810a162065853e6eab0d1f73ea837d57c26d16d (patch) | |
tree | 1184dff1d60378d5de7a6154eccfc92e62e0a96e /python/pytest.ini | |
parent | 070962c63547b0ae5373c57164524ff95053373d (diff) | |
download | sandcrawler-e810a162065853e6eab0d1f73ea837d57c26d16d.tar.gz sandcrawler-e810a162065853e6eab0d1f73ea837d57c26d16d.zip |
update pytest warning filters (they are pretty expansive)
Diffstat (limited to 'python/pytest.ini')
-rw-r--r-- | python/pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index 034a68e..d916b98 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -17,5 +17,8 @@ filterwarnings = ignore::DeprecationWarning:.*wayback ignore::DeprecationWarning:.*PIL ignore::DeprecationWarning:.*justext + ignore::DeprecationWarning:.*internetarchive + ignore::DeprecationWarning:.*minio + ignore:.*pytz-deprecation-shim log_level = INFO |