File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ def unit(session, protobuf_implementation):
274274 )
275275
276276
277- def install_systemtest_dependencies (session , * constraints , with_extras ):
277+ def install_systemtest_dependencies (session , with_extras , * constraints ):
278278 # Use pre-release gRPC for system tests.
279279 # Exclude version 1.52.0rc1 which has a known issue.
280280 # See https://github.com/grpc/grpc/issues/32163
@@ -328,7 +328,7 @@ def system(session, with_extras):
328328 if not system_test_exists and not system_test_folder_exists :
329329 session .skip ("System tests were not found" )
330330
331- install_systemtest_dependencies (session , constraints_path , with_extras )
331+ install_systemtest_dependencies (session , with_extras , constraints_path )
332332
333333 # Run py.test against the system tests.
334334 if system_test_exists :
You can’t perform that action at this time.
0 commit comments