Skip to content

Commit 091ec2a

Browse files
committed
Use newer CPython in test standalone
1 parent d541661 commit 091ec2a

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
@@ -1550,7 +1550,7 @@ def graalpython_gate_runner(args, tasks):
15501550

15511551
# run the test
15521552
mx.logv(f"running with os.environ extended with: {env=}")
1553-
mx.run([sys.executable, _python_test_runner(), "-n", "1",
1553+
mx.run([get_cpython(), _python_test_runner(), "-n", "1",
15541554
"graalpython/com.oracle.graal.python.test/src/tests/standalone/test_jbang_integration.py",
15551555
"graalpython/com.oracle.graal.python.test/src/tests/standalone/test_standalone.py",
15561556
"graalpython/com.oracle.graal.python.test/src/tests/standalone/test_maven_plugin.py",

0 commit comments

Comments
 (0)