Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit f1c3073

Browse files
committed
for testing purposes
1 parent 1c2c7f2 commit f1c3073

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ def prerelease_deps(session, protobuf_implementation):
459459
session.run("python", "-c", "import grpc; print(grpc.__version__)")
460460
session.run("python", "-c", "import google.auth; print(google.auth.__version__)")
461461

462+
session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed")
463+
462464
session.run(
463465
"py.test",
464466
"tests/unit",

0 commit comments

Comments
 (0)