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 05044dfCopy full SHA for 05044df
noxfile.py
@@ -385,6 +385,14 @@ def showcase(
385
386
with showcase_library(session, templates=templates, other_opts=other_opts):
387
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
396
test_directory = Path("tests", "system")
397
ignore_file = env.get("IGNORE_FILE")
398
pytest_command = [
0 commit comments