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 081d97d commit a7699e7
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 @@ -10,3 +10,5 @@ filterwarnings =
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
# Remove after support for Python 3.7 is dropped
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning

0 comments on commit a7699e7

Please sign in to comment.