Skip to content

Commit 6294d6a

Browse files
1 parent 28003bb commit 6294d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def install_systemtest_dependencies(session, *constraints):
305305
("cpp", "POSTGRESQL"),
306306
],
307307
)
308-
def system(session, database_dialect):
308+
def system(session, protobuf_implementation, database_dialect):
309309
"""Run the system test suite."""
310310
constraints_path = str(
311311
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"

0 commit comments

Comments
 (0)