We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3382d01 commit 0916c9aCopy full SHA for 0916c9a
packages/google-cloud-translate/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