From 9dd0737277d7dec90832f2a4a11f31e1b864e4f0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 15 Apr 2020 21:36:10 -0700 Subject: pytest: ignore remaining deprecation warnings in 3rd party libraries --- python/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/pytest.ini b/python/pytest.ini index 069102b1..ba1ac946 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -12,5 +12,7 @@ filterwarnings = ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning ignore:passing extensions and flags as constants is deprecated:DeprecationWarning ignore:.*authlib.specs.*:authlib.deprecate.AuthlibDeprecationWarning + ignore:Using or importing the ABCs.*:DeprecationWarning + ignore:direct construction of PyLintItem.*:_pytest.warning_types.PytestDeprecationWarning log_level = INFO -- cgit v1.2.3