Skip to content

Commit f87e6a7

Browse files
committed
[GR-21590] Update Python imports.
PullRequest: graalpython/2219
2 parents 3f34b06 + 8b9e2c7 commit f87e6a7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

ci.jsonnet

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_name
9494
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_path_objects
9595
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_post_fork_child_no_deadlock
96+
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_race
9697
*graalpython.lib-python.3.test.test_logging.IPv6SysLogHandlerTest.test_output
9798
*graalpython.lib-python.3.test.test_logging.LastResortTest.test_last_resort
9899
*graalpython.lib-python.3.test.test_logging.LogRecordFactoryTest.test_logrecord_class

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_retr
5757
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_rpop
5858
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_stat
59+
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_stls
60+
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_stls_capa
5961
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_stls_context
6062
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_too_long_lines
6163
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_top

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*graalpython.lib-python.3.test.test_struct.StructTest.test_integers
1414
*graalpython.lib-python.3.test.test_struct.StructTest.test_isbigendian
1515
*graalpython.lib-python.3.test.test_struct.StructTest.test_issue29802
16+
*graalpython.lib-python.3.test.test_struct.StructTest.test_issue35714
1617
*graalpython.lib-python.3.test.test_struct.StructTest.test_nN_code
1718
*graalpython.lib-python.3.test.test_struct.StructTest.test_new_features
1819
*graalpython.lib-python.3.test.test_struct.StructTest.test_p_code

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": "39d8263c8a002036bebd0401279de92a431c4c23",
47+
"version": "5c725f80de4767cd8f6690b8cd1d0cf27f299665",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "39d8263c8a002036bebd0401279de92a431c4c23",
55+
"version": "5c725f80de4767cd8f6690b8cd1d0cf27f299665",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "39d8263c8a002036bebd0401279de92a431c4c23",
63+
"version": "5c725f80de4767cd8f6690b8cd1d0cf27f299665",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)