Skip to content

Commit 28de769

Browse files
committed
Remove extra 'grpc_gcp' system tests.
#5904 made 'grpcio-gcp' an unconditional dependency.
1 parent 5241cb4 commit 28de769

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

spanner/nox.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -103,27 +103,6 @@ def system(session, py):
103103
system_common(session)
104104

105105

106-
@nox.session
107-
@nox.parametrize('py', ['2.7', '3.6'])
108-
def system_grpc_gcp(session, py):
109-
"""Run the system test suite with grpcio-gcp installed."""
110-
111-
# Sanity check: Only run system tests if the environment variable is set.
112-
if not os.environ.get('GOOGLE_APPLICATION_CREDENTIALS', ''):
113-
session.skip('Credentials must be set via environment variable.')
114-
115-
# Run the system tests against latest Python 2 and Python 3 only.
116-
session.interpreter = 'python{}'.format(py)
117-
118-
# Set the virtualenv dirname.
119-
session.virtualenv_dirname = 'sys-grpc-gcp-' + py
120-
121-
# Install grpcio-gcp
122-
session.install('grpcio-gcp')
123-
124-
system_common(session)
125-
126-
127106
@nox.session
128107
def lint(session):
129108
"""Run linters.

0 commit comments

Comments
 (0)