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

Commit 6953376

Browse files
committed
for testing purposes
1 parent 437e233 commit 6953376

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
@@ -520,6 +520,8 @@ def prerelease_deps(session, protobuf_implementation):
520520
]
521521
session.install(*other_deps)
522522

523+
session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed")
524+
523525
# Print out prerelease package versions
524526
session.run(
525527
"python", "-c", "import google.protobuf; print(google.protobuf.__version__)"

0 commit comments

Comments
 (0)