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 47ee9d8 commit 51f9d6aCopy full SHA for 51f9d6a
nox.py
@@ -78,7 +78,7 @@ def system_tests(session, python_version):
78
79
# Sanity check: Only run system tests if the environment variable is set.
80
if not os.environ.get('GOOGLE_APPLICATION_CREDENTIALS', ''):
81
- return
+ session.skip('Credentials must be set via environment variable.')
82
83
# Run the system tests against latest Python 2 and Python 3 only.
84
session.interpreter = 'python{}'.format(python_version)
0 commit comments