From da62ecb145a72619904f949a94aded88b9af38ba Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 16:56:58 -0700 Subject: pytest: more deprecation warning ignores --- python/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/pytest.ini b/python/pytest.ini index ba1ac946..cf98f869 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -14,5 +14,7 @@ filterwarnings = ignore:.*authlib.specs.*:authlib.deprecate.AuthlibDeprecationWarning ignore:Using or importing the ABCs.*:DeprecationWarning ignore:direct construction of PyLintItem.*:_pytest.warning_types.PytestDeprecationWarning + ignore:.*pytz-deprecation-shim + ignore:.*removed in Jinja 3:DeprecationWarning log_level = INFO -- cgit v1.2.3