Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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