Skip to content

Commit dd8bdcb

Browse files
committed
[GR-21590] Update Python imports.
PullRequest: graalpython/3242
2 parents 9b83dbd + d215c5b commit dd8bdcb

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "7ba0dd5e9c602ecf9bb4012cf88512da174c9cf4" }
1+
{ "overlay": "9c14918d6511333fb659ee2fa62b5fa7b27e93b5" }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
*test.test_asyncio.test_events.PolicyTests.test_set_event_loop
127127
*test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy
128128
*test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing
129+
*test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty
129130
*test.test_asyncio.test_events.SelectEventLoopTests.test_call_later
130131
*test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon
131132
*test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_overflow
2020
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_plus_minus_0j
2121
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_pow
22+
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_pow_with_small_integer_exponents
2223
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_repr_roundtrip
2324
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_repr_str
2425
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_richcompare
2526
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_richcompare_boundaries
2627
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_truediv
28+
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_truediv_zero_division
2729
*graalpython.lib-python.3.test.test_complex.ComplexTest.test_underscores
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
*graalpython.lib-python.3.test.test_pty.PtyTest.test_master_read
12
*graalpython.lib-python.3.test.test_pty.SmallPtyTests.test__copy_to_each
23
*graalpython.lib-python.3.test.test_pty.SmallPtyTests.test__restore_tty_mode_normal_return
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*graalpython.lib-python.3.test.test_tty.TestTty.test_setcbreak
2+
*graalpython.lib-python.3.test.test_tty.TestTty.test_setraw

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

0 commit comments

Comments
 (0)