diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-09-14 21:16:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-09-14 21:16:13 -0700 |
commit | a20e88ae7794c0ac15a086504318795c554307d0 (patch) | |
tree | 3632635b1a1d0d7014a19c9ce86170682d0e1c95 /python | |
parent | 032eb7b5598efe4f01e59684de9cef96c358554f (diff) | |
download | sandcrawler-a20e88ae7794c0ac15a086504318795c554307d0.tar.gz sandcrawler-a20e88ae7794c0ac15a086504318795c554307d0.zip |
pytest: supress another deprecationwarning
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 d916b98..18b5dae 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -19,6 +19,7 @@ filterwarnings = ignore::DeprecationWarning:.*justext ignore::DeprecationWarning:.*internetarchive ignore::DeprecationWarning:.*minio + ignore::DeprecationWarning:.*base_reporter ignore:.*pytz-deprecation-shim log_level = INFO |