Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit b4442c6

Browse files
test: Silence return_immediately flag Deprecation Warning (#1066)
1 parent 0562d23 commit b4442c6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ filterwarnings =
77
# Remove once https://github.com/grpc/grpc/issues/35086 is fixed
88
ignore:There is no current event loop:DeprecationWarning:grpc.aio._channel
99
# Remove after support for Python 3.7 is dropped
10-
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
10+
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
11+
# Remove warning once https://github.com/googleapis/python-pubsub/issues/1067 is fixed
12+
ignore:The return_immediately flag is deprecated and should be set to False.:DeprecationWarning

0 commit comments

Comments
 (0)