Skip to content

Commit

Permalink
filter downstream warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 20, 2024
1 parent 3643c11 commit 081d97d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ filterwarnings =
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
# Remove warning once https://github.com/googleapis/gapic-generator-python/issues/2046 is fixed
ignore:coroutine 'AsyncMockMixin._execute_mock_call' was never awaited:RuntimeWarning
# Remove warning once https://github.com/grpc/grpc/issues/35974 is fixed
ignore:unclosed:ResourceWarning

0 comments on commit 081d97d

Please sign in to comment.