File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -103,27 +103,6 @@ def system(session, py):
103103 system_common (session )
104104
105105
106- @nox .session
107- @nox .parametrize ('py' , ['2.7' , '3.6' ])
108- def system_grpc_gcp (session , py ):
109- """Run the system test suite with grpcio-gcp installed."""
110-
111- # Sanity check: Only run system tests if the environment variable is set.
112- if not os .environ .get ('GOOGLE_APPLICATION_CREDENTIALS' , '' ):
113- session .skip ('Credentials must be set via environment variable.' )
114-
115- # Run the system tests against latest Python 2 and Python 3 only.
116- session .interpreter = 'python{}' .format (py )
117-
118- # Set the virtualenv dirname.
119- session .virtualenv_dirname = 'sys-grpc-gcp-' + py
120-
121- # Install grpcio-gcp
122- session .install ('grpcio-gcp' )
123-
124- system_common (session )
125-
126-
127106@nox .session
128107def lint (session ):
129108 """Run linters.
You can’t perform that action at this time.
0 commit comments