Skip to content

Commit 8dbca82

Browse files
committed
apptests gate: get the versions in sync
1 parent a1973d3 commit 8dbca82

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ def graalpython_gate_runner(args, tasks):
346346
version="0008fbe8fe77d3ad93d0f7f05176116937375f45",
347347
urlinfos=[mx.SuiteImportURLInfo(mx_urlrewrites.rewriteurl(apprepo), "git", mx.vc_system("git"))]
348348
)
349+
mx.run_mx(["-p", _apptest_suite.dir, "sforceimports"])
349350
mx.log(" ".join(["Running", "mx"] + ["-p", _apptest_suite.dir, "graalpython-apptests"]))
350351
mx.run_mx(["-p", _apptest_suite.dir, "graalpython-apptests"])
351352

mx.graalpython/suite.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,6 @@
273273
"description": "GraalPython launcher",
274274
},
275275

276-
"GRAALPYTHON-ZIP": {
277-
"description": "GraalPython launcher",
278-
"maven": False,
279-
},
280-
281276
"GRAALPYTHON": {
282277
"dependencies": [
283278
"com.oracle.graal.python",

0 commit comments

Comments
 (0)