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

Commit 081c277

Browse files
committed
also patch showcase_w_rest_async
1 parent 9db4dbd commit 081c277

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@ def showcase_w_rest_async(
424424
with showcase_library(
425425
session, templates=templates, other_opts=other_opts, rest_async_io_enabled=True
426426
):
427-
session.install("pytest", "pytest-asyncio")
427+
# Exclude pytest-asyncio==1.0.0 while we investigate the recent failure described in
428+
# https://github.com/googleapis/gapic-generator-python/issues/2399
429+
session.install("pytest", "pytest-asyncio!=1.0.0")
428430
test_directory = Path("tests", "system")
429431
ignore_file = env.get("IGNORE_FILE")
430432
pytest_command = [

0 commit comments

Comments
 (0)