We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f0cd9 commit a152aa8Copy full SHA for a152aa8
1 file changed
packages/google-cloud-spanner/nox.py
@@ -71,7 +71,7 @@ def unit(session, py):
71
72
73
@nox.session
74
-@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6', '3.7'])
+@nox.parametrize('py', ['2.7', '3.6'])
75
def unit_grpc_gcp(session, py):
76
"""Run the unit test suite with grpcio-gcp installed."""
77
0 commit comments