Skip to content

Commit

Permalink
test: Silence return_immediately flag Deprecation Warning (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-ananthu committed Feb 2, 2024
1 parent 0562d23 commit b4442c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ filterwarnings =
# Remove once https://github.com/grpc/grpc/issues/35086 is fixed
ignore:There is no current event loop:DeprecationWarning:grpc.aio._channel
# 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
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
# Remove warning once https://github.com/googleapis/python-pubsub/issues/1067 is fixed
ignore:The return_immediately flag is deprecated and should be set to False.:DeprecationWarning

0 comments on commit b4442c6

Please sign in to comment.