From ebc7b6a74b7cc2297c9c291e74ef5466a4753b25 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Jan 2023 19:38:16 -0800 Subject: pytest: skip warning in gwb --- python/pytest.ini | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3