We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0ed1c commit 4f0a678Copy full SHA for 4f0a678
packages/google-cloud-monitoring/nox.py
@@ -49,7 +49,7 @@ def system_tests(session, python_version):
49
50
# Sanity check: Only run system tests if the environment variable is set.
51
if not os.environ.get('GOOGLE_APPLICATION_CREDENTIALS', ''):
52
- return
+ session.skip('Credentials must be set via environment variable.')
53
54
# Run the system tests against latest Python 2 and Python 3 only.
55
session.interpreter = 'python{}'.format(python_version)
0 commit comments