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

Commit c9c58b5

Browse files
committed
Try to fix fragment (3.13) tests by pinning pytest-asyncio
1 parent 1c6e9a4 commit c9c58b5

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",
170+
"pytest-asyncio < '1.1.0'",
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",
483+
"pytest-asyncio < '1.1.0'",
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)