From 6bad253a2c852ea4f180eb22c76065ac3096282e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 7 Sep 2018 10:08:54 -0400 Subject: [PATCH] Run 'grpc_gcp' unit tests only with Python 2.7 / 3.6. (#5871) --- spanner/nox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spanner/nox.py b/spanner/nox.py index 3cadfd4e5fdb..1312ec81d3dc 100644 --- a/spanner/nox.py +++ b/spanner/nox.py @@ -71,7 +71,7 @@ def unit(session, py): @nox.session -@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6', '3.7']) +@nox.parametrize('py', ['2.7', '3.6']) def unit_grpc_gcp(session, py): """Run the unit test suite with grpcio-gcp installed."""