Skip to content

Commit

Permalink
filter warnings from googleapis-common-protos in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 2, 2023
1 parent ae71146 commit 0644693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ filterwarnings =
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
# Remove once https://github.com/googleapis/google-auth-library-python/issues/1431 is fixed
ignore:coroutine 'AsyncMockMixin._execute_mock_call' was never awaited:RuntimeWarning
# Remove once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning

0 comments on commit 0644693

Please sign in to comment.