Skip to content

Commit b02f5c7

Browse files
committed
don't enforce the blacklisted methods check right now, because of import bumping issues
1 parent 2bc43ca commit b02f5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,8 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
12441244
destination='bin/<exe:graalpython>',
12451245
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER'],
12461246
main_class='com.oracle.graal.python.shell.GraalPythonMain',
1247-
build_args=['-H:+TruffleCheckBlackListedMethods'],
1247+
# build_args=['-H:+TruffleCheckBlackListedMethods'],
1248+
build_args=[],
12481249
language='python',
12491250
)
12501251
],

0 commit comments

Comments
 (0)