Skip to content

Commit 8e02136

Browse files
committed
Update imports
PullRequest: graalpython/3500
2 parents 86885bf + 5cf150d commit 8e02136

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "30d5ba16b38406ce47812fc298100be2e8fde4a3" }
1+
{ "overlay": "31f74d24516eb3e9e6db33d80f0e04bffbf81d37" }

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_register_interop_behavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import sys
4242
import unittest
4343

44-
EXECUTE_TESTS = sys.implementation.name == "graalpy" and __graalpython__.get_platform_id() != "managed"
44+
EXECUTE_TESTS = sys.implementation.name == "graalpy" and __graalpython__.get_platform_id() != "managed" and not __graalpython__.is_native
4545

4646
if EXECUTE_TESTS:
4747
import polyglot

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "61a8b7c6800c1adef69c0286df83e4c08442548a",
48+
"version": "373db910a3a1ec7b839456f131b9a9ca87f688b1",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "61a8b7c6800c1adef69c0286df83e4c08442548a",
56+
"version": "373db910a3a1ec7b839456f131b9a9ca87f688b1",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "61a8b7c6800c1adef69c0286df83e4c08442548a",
64+
"version": "373db910a3a1ec7b839456f131b9a9ca87f688b1",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "61a8b7c6800c1adef69c0286df83e4c08442548a",
72+
"version": "373db910a3a1ec7b839456f131b9a9ca87f688b1",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)