Skip to content

Commit 03d6dda

Browse files
committed
test: updates noxfile prerelease_deps to install asyncio for packages that require it
1 parent a269861 commit 03d6dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-storage/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def prerelease_deps(session, protobuf_implementation):
569569
)
570570

571571
# Install all test dependencies
572-
session.install("mock", "pytest", "pytest-cov", "brotli")
572+
session.install("mock", "pytest", "pytest-cov", "brotli", "pytest-asyncio")
573573

574574
# Install dependencies needed for system tests
575575
session.install(

0 commit comments

Comments
 (0)