Skip to content

Commit 58880e4

Browse files
committed
[GR-21590] Update Python imports.
PullRequest: graalpython/2180
2 parents 95e4987 + f4e5fb8 commit 58880e4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "f0bdd5c9cc9f873feef805d08d3e0d3efe125933" }
1+
{ "overlay": "5ec759140c0a336420842579a87ebc2e4d20b8e7" }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions
66
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_doc_attrib
77
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_except
8+
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_pep479
89
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_stopiter
910
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_finally
1011
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
},
4545
{
4646
"name": "tools",
47-
"version": "56513844aee44e7478e0a014d82379814447eccf",
47+
"version": "47d1fb1556360c68907324e8b9f06b1651f5d1f1",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "56513844aee44e7478e0a014d82379814447eccf",
55+
"version": "47d1fb1556360c68907324e8b9f06b1651f5d1f1",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "56513844aee44e7478e0a014d82379814447eccf",
63+
"version": "47d1fb1556360c68907324e8b9f06b1651f5d1f1",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)