Skip to content

Commit f73dba5

Browse files
committed
Update version of graalpython-apptests to one that imports TRegex
1 parent ab385de commit f73dba5

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
@@ -425,7 +425,7 @@ def graalpython_gate_runner(args, tasks):
425425
apprepo = os.environ["GRAALPYTHON_APPTESTS_REPO_URL"]
426426
_apptest_suite = SUITE.import_suite(
427427
"graalpython-apptests",
428-
version="fe1458e3af707f5996f192aedc7b76585501e8ba",
428+
version="1fc0e86a54cbe090d36f262c062d8f4eee8f2e6d",
429429
urlinfos=[mx.SuiteImportURLInfo(mx_urlrewrites.rewriteurl(apprepo), "git", mx.vc_system("git"))]
430430
)
431431
mx.run_mx(["-p", _apptest_suite.dir, "graalpython-apptests"])

0 commit comments

Comments
 (0)