Skip to content

Commit 31f43bc

Browse files
committed
[GR-21590] Update Python imports
PullRequest: graalpython/2224
2 parents f87e6a7 + d170e9d commit 31f43bc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ci.jsonnet

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testSockAttributeExists
2626
*graalpython.lib-python.3.test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth
2727
*graalpython.lib-python.3.test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login
28+
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5
29+
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testAUTH_LOGIN
2830
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testBasic
2931
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testEXPN
3032
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testVRFY

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

0 commit comments

Comments
 (0)