Skip to content

Commit 865c28f

Browse files
committed
no point running python coverage on sandboxed
1 parent 9aa5241 commit 865c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ def python_coverage(args):
12471247
'coverage-upload',
12481248
])
12491249
if args.truffle:
1250-
executable = python_gvm(["sandboxed"])
1250+
executable = python_gvm()
12511251
variants = [
12521252
{},
12531253
{"args": ["--python.EmulateJython"], "paths": ["test_interop.py"]},

0 commit comments

Comments
 (0)