Skip to content

Commit e1e476a

Browse files
authored
test: temporarily pin pytest-asyncio to < 0.17.0 (#522)
Fixes #518 We'll need to identify the longer term fix here, but this will unblock current CI failures
1 parent cccdb69 commit e1e476a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def default(session):
108108
"asyncmock",
109109
"pytest",
110110
"pytest-cov",
111-
"pytest-asyncio",
111+
"pytest-asyncio<0.17.0",
112112
"-c",
113113
constraints_path,
114114
)
@@ -214,7 +214,7 @@ def system(session):
214214
"mock",
215215
"pytest",
216216
"google-cloud-testutils",
217-
"pytest-asyncio",
217+
"pytest-asyncio<0.17.0",
218218
"-c",
219219
constraints_path,
220220
)

0 commit comments

Comments
 (0)