aboutsummaryrefslogtreecommitdiff
path: root/tests_e2e/test_e2e.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests_e2e/test_e2e.py')
-rw-r--r--tests_e2e/test_e2e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests_e2e/test_e2e.py b/tests_e2e/test_e2e.py
index 2d8c375..602a653 100644
--- a/tests_e2e/test_e2e.py
+++ b/tests_e2e/test_e2e.py
@@ -254,7 +254,7 @@ def check_args(args: list[str], no_skip: bool) -> None:
parser.add_argument(
"--backend",
help="Backends to use for evaluation.",
- nargs="+",
+ action="append",
)
parsed_args, _ = parser.parse_known_args(args)