Skip to content

Commit e6f22cb

Browse files
committed
mx_graalpython.py: add tagged_sandboxed gate tag
1 parent 895147a commit e6f22cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ class GraalPythonTags(object):
465465
unittest_hpy_sandboxed = 'python-unittest-hpy-sandboxed'
466466
unittest_posix = 'python-unittest-posix'
467467
tagged = 'python-tagged-unittest'
468+
tagged_sandboxed = 'python-tagged-unittest-sandboxed'
468469
svmunit = 'python-svm-unittest'
469470
svmunit_sandboxed = 'python-svm-unittest-sandboxed'
470471
shared_object = 'python-so'

0 commit comments

Comments
 (0)