Skip to content

Commit e2ecac6

Browse files
committed
[GR-21590] Update imports.
PullRequest: graalpython/3217
2 parents 859701c + 19e4e2f commit e2ecac6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "2ef2553d7b0fa75b8e15a572047155296d4eb955" }
1+
{ "overlay": "9b5282a208e10fd7fc48f365cad534e6a2500b9f" }

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_plistlib.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@
5555
*graalpython.lib-python.3.test.test_plistlib.TestPlistlibDeprecated.test_bytes_deprecated
5656
*graalpython.lib-python.3.test.test_plistlib.TestPlistlibDeprecated.test_dataobject_deprecated
5757
*graalpython.lib-python.3.test.test_plistlib.TestPlistlibDeprecated.test_io_deprecated
58+
*graalpython.lib-python.3.test.test_plistlib.TestPlutil.test_lint_status
59+
*graalpython.lib-python.3.test.test_plistlib.TestPlutil.test_octal_and_hex

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": "1c91c0a510184437d9236f1b6abcd6f33cde9607",
48+
"version": "087f280904fc6b734868522c9b5a4f12068e26a5",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "1c91c0a510184437d9236f1b6abcd6f33cde9607",
56+
"version": "087f280904fc6b734868522c9b5a4f12068e26a5",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "1c91c0a510184437d9236f1b6abcd6f33cde9607",
64+
"version": "087f280904fc6b734868522c9b5a4f12068e26a5",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "1c91c0a510184437d9236f1b6abcd6f33cde9607",
72+
"version": "087f280904fc6b734868522c9b5a4f12068e26a5",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)