Skip to content

Commit

Permalink
Drop separate testing for grpcio-gcp. (#5927)
Browse files Browse the repository at this point in the history
We made it an unconditional dependency.

See #5925.
  • Loading branch information
tseaver authored Sep 11, 2018
1 parent 57d25c2 commit 406e78f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions spanner/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,6 @@ def unit(session, py):
default(session)


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

# Run unit tests against all supported versions of Python.
session.interpreter = 'python{}'.format(py)

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

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

default(session)


def system_common(session):
# Use pre-release gRPC for system tests.
session.install('--pre', 'grpcio')
Expand Down

0 comments on commit 406e78f

Please sign in to comment.