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 671d447 commit bc8a0e2Copy full SHA for bc8a0e2
1 file changed
packages/gapic-generator/noxfile.py
@@ -823,6 +823,7 @@ def system(session):
823
# Check the value of `RUN_SYSTEM_TESTS` env var. It defaults to true.
824
if os.environ.get("RUN_SYSTEM_TESTS", "true") == "false":
825
session.skip("RUN_SYSTEM_TESTS is set to false, skipping")
826
+ session.install("pypandoc_binary")
827
showcase(session)
828
829
0 commit comments