aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2023-01-04 19:38:16 -0800
committerBryan Newbold <bnewbold@archive.org>2023-01-04 19:38:16 -0800
commitebc7b6a74b7cc2297c9c291e74ef5466a4753b25 (patch)
treebfd08925c06318416563677095e85d86aa43fc53
parent5f73b6428f4b505880ef02429d57f11dc50d98e5 (diff)
downloadsandcrawler-master.tar.gz
sandcrawler-master.zip
pytest: skip warning in gwbHEADmaster
-rw-r--r--python/pytest.ini1
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