From a7e12db9b5977c4a7b13554605c0300389a3d6da Mon Sep 17 00:00:00 2001 From: caneff Date: Tue, 26 Sep 2023 12:51:20 -0400 Subject: [PATCH] Filter out some warnings that aren't useful in pytest (#28622) --- sdks/python/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdks/python/pytest.ini b/sdks/python/pytest.ini index d1d69f798355..140476b29e50 100644 --- a/sdks/python/pytest.ini +++ b/sdks/python/pytest.ini @@ -17,6 +17,9 @@ [pytest] junit_family = xunit2 +filterwarnings = + ignore:Deprecated call to `pkg_resources.declare_namespace\('.*'\):DeprecationWarning + ignore::DeprecationWarning:google.rpc # Disable class-name-based test discovery. python_classes =