From a20e88ae7794c0ac15a086504318795c554307d0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 14 Sep 2022 21:16:13 -0700 Subject: pytest: supress another deprecationwarning --- python/pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'python/pytest.ini') 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 -- cgit v1.2.3