Skip to content

Commit 05044df

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

noxfile.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,14 @@ def showcase(
385385

386386
with showcase_library(session, templates=templates, other_opts=other_opts):
387387
session.install("pytest", "pytest-asyncio")
388+
389+
# For prototyping purposes only.
390+
# Remove once https://github.com/googleapis/python-api-core/pull/810 is released
391+
session.install(
392+
"google-api-core @ git+https://github.com/googleapis/python-api-core.git@fix-lro-no-result",
393+
"--ignore-installed",
394+
)
395+
388396
test_directory = Path("tests", "system")
389397
ignore_file = env.get("IGNORE_FILE")
390398
pytest_command = [

0 commit comments

Comments
 (0)