We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc04212 commit 2535a2dCopy full SHA for 2535a2d
mx.graalpython/mx_graalpython.py
@@ -418,7 +418,7 @@ def is_included(path):
418
apprepo = os.environ["GRAALPYTHON_APPTESTS_REPO_URL"]
419
_apptest_suite = _suite.import_suite(
420
"graalpython-apptests",
421
- version="787cc09c63516d224bca72f8ac0f6daced282aad",
+ version="fd76a68bbb82352fa559650192c258e6c9ad623b",
422
urlinfos=[mx.SuiteImportURLInfo(mx_urlrewrites.rewriteurl(apprepo), "git", mx.vc_system("git"))]
423
)
424
mx.run_mx(["-p", _apptest_suite.dir, "graalpython-apptests"])
0 commit comments