Skip to content

Commit

Permalink
Remove extra 'grpc_gcp' system tests. (#6049)
Browse files Browse the repository at this point in the history
#5904 made 'grpcio-gcp' an unconditional dependency.
  • Loading branch information
tseaver authored Sep 22, 2018
1 parent dc904ea commit 053e935
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions spanner/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,27 +103,6 @@ def system(session, py):
system_common(session)


@nox.session
@nox.parametrize('py', ['2.7', '3.6'])
def system_grpc_gcp(session, py):
"""Run the system test suite with grpcio-gcp installed."""

# Sanity check: Only run system tests if the environment variable is set.
if not os.environ.get('GOOGLE_APPLICATION_CREDENTIALS', ''):
session.skip('Credentials must be set via environment variable.')

# Run the system tests against latest Python 2 and Python 3 only.
session.interpreter = 'python{}'.format(py)

# Set the virtualenv dirname.
session.virtualenv_dirname = 'sys-grpc-gcp-' + py

# Install grpcio-gcp
session.install('grpcio-gcp')

system_common(session)


@nox.session
def lint(session):
"""Run linters.
Expand Down

0 comments on commit 053e935

Please sign in to comment.