Skip to content

Commit a152aa8

Browse files
authored
Run 'grpc_gcp' unit tests only with Python 2.7 / 3.6. (#5871)
1 parent 28f0cd9 commit a152aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-spanner

packages/google-cloud-spanner/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def unit(session, py):
7171

7272

7373
@nox.session
74-
@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6', '3.7'])
74+
@nox.parametrize('py', ['2.7', '3.6'])
7575
def unit_grpc_gcp(session, py):
7676
"""Run the unit test suite with grpcio-gcp installed."""
7777

0 commit comments

Comments
 (0)