Skip to content

Commit c014d5f

Browse files
committed
chore: test refactor
1 parent f46b086 commit c014d5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bigquery-magics/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)