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

Commit c37eca7

Browse files
committed
unpin the pytest-asyncio version
1 parent 2612994 commit c37eca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def fragment(session, use_ads_templates=False):
167167
"pytest-cov",
168168
"pytest-xdist",
169169
"asyncmock; python_version < '3.8'",
170-
"pytest-asyncio<1.1.0",
170+
"pytest-asyncio",
171171
"grpcio-tools",
172172
)
173173
session.install("-e", ".")
@@ -480,7 +480,7 @@ def run_showcase_unit_tests(session, fail_under=100, rest_async_io_enabled=False
480480
"pytest-cov",
481481
"pytest-xdist",
482482
"asyncmock; python_version < '3.8'",
483-
"pytest-asyncio<1.1.0",
483+
"pytest-asyncio",
484484
)
485485
# Run the tests.
486486
# NOTE: async rest is not supported against the minimum supported version of google-api-core.

0 commit comments

Comments
 (0)