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 e1ff550 commit 7b68926Copy full SHA for 7b68926
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="a16199a5f529689c6b671ce1ead79be0e652f3c9",
+ version="787cc09c63516d224bca72f8ac0f6daced282aad",
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