Skip to content

Commit 0e95ca7

Browse files
committed
chore: fix system test build
1 parent fc267f8 commit 0e95ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bigquery-magics/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, with_extras, constraints_path)
331+
install_systemtest_dependencies(session, with_extras, "-c", constraints_path)
332332

333333
# Run py.test against the system tests.
334334
if system_test_exists:

0 commit comments

Comments
 (0)