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 ec9086e commit e2acb9aCopy full SHA for e2acb9a
mx.graalpython/mx_graalpython.py
@@ -531,7 +531,7 @@ def nativeclean(args):
531
class GraalPythonTags(object):
532
junit = 'python-junit'
533
junit_maven = 'python-junit-maven'
534
- junit_maven_isolates = 'python-junit-maven-isolates'
+ junit_maven_isolates = 'python-junit-polyglot-isolates'
535
unittest = 'python-unittest'
536
unittest_cpython = 'python-unittest-cpython'
537
unittest_sandboxed = 'python-unittest-sandboxed'
0 commit comments