We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d733b commit 985e2f2Copy full SHA for 985e2f2
noxfile.py
@@ -232,6 +232,10 @@ def showcase_library(
232
# Install gapic-generator-python
233
session.install("-e", ".")
234
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
+
239
# Install grpcio-tools for protoc
240
session.install("grpcio-tools")
241
0 commit comments