diff options
author | Bryan Newbold <bnewbold@archive.org> | 2023-01-04 19:38:16 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2023-01-04 19:38:16 -0800 |
commit | ebc7b6a74b7cc2297c9c291e74ef5466a4753b25 (patch) | |
tree | bfd08925c06318416563677095e85d86aa43fc53 /python | |
parent | 5f73b6428f4b505880ef02429d57f11dc50d98e5 (diff) | |
download | sandcrawler-ebc7b6a74b7cc2297c9c291e74ef5466a4753b25.tar.gz sandcrawler-ebc7b6a74b7cc2297c9c291e74ef5466a4753b25.zip |
Diffstat (limited to 'python')
-rw-r--r-- | python/pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index 18b5dae..18e8cf0 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -20,6 +20,7 @@ filterwarnings = ignore::DeprecationWarning:.*internetarchive ignore::DeprecationWarning:.*minio ignore::DeprecationWarning:.*base_reporter + ignore::DeprecationWarning:.*loccache ignore:.*pytz-deprecation-shim log_level = INFO |