Skip to content

Commit 985e2f2

Browse files
committed
use google-api-core branch fix-lro-no-result for prototyping
1 parent 89d733b commit 985e2f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ def showcase_library(
232232
# Install gapic-generator-python
233233
session.install("-e", ".")
234234

235+
# For prototyping purposes only.
236+
# Remove once https://github.com/googleapis/python-api-core/pull/810 is released
237+
session.install("google-api-core @ git+https://github.com/googleapis/python-api-core.git@fix-lro-no-result", "--ignore-installed")
238+
235239
# Install grpcio-tools for protoc
236240
session.install("grpcio-tools")
237241

0 commit comments

Comments
 (0)