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 =