8000 [GR-21590] Update imports · oracle/graalpython@95e4987 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95e4987

Browse files
committed
[GR-21590] Update imports
PullRequest: graalpython/2166
2 parents 9439701 + f8e6478 commit 95e4987

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

ci.jsonnet

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

graalpython/com.oracle.graal.python.test/src/tests/test_ssl_java_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
from textwrap import dedent
4545

46-
if sys.implementation.name == "graalpython":
46+
if sys.implementation.name == "graalpython" and not __graalpython__.is_native:
4747
def test_load_default_verify_keystore():
4848
# execute with javax.net.ssl.trustStore=tests/ssldata/signing_keystore.jks
4949
# the JKS keystore:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_subclassing_1
12
*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_1
23
*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_2
34
*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_3

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,12 @@
433433
*lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_3
434434
*lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_escape_u
435435
*lib2to3.tests.test_fixers.Test_unicode.test_whitespace
436+
*lib2to3.tests.test_fixers.Test_urllib.test_import_from
437+
*lib2to3.tests.test_fixers.Test_urllib.test_import_from_as
438+
*lib2to3.tests.test_fixers.Test_urllib.test_import_module
439+
*lib2to3.tests.test_fixers.Test_urllib.test_import_module_as
440+
*lib2to3.tests.test_fixers.Test_urllib.test_import_module_usage
441+
*lib2to3.tests.test_fixers.Test_urllib.test_indented
436442
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_pickle
437443
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_subprocess
438444
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_txt_file

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testNotConnected
2525
*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testSockAttributeExists
2626
*graalpython.lib-python.3.test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth
27+
*graalpython.lib-python.3.test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login
2728
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testBasic
2829
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testEXPN
2930
*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": "d9667a6ed800b86f14e9b7274fdea5764e12ce20",
47+
"version": "56513844aee44e7478e0a014d82379814447eccf",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "d9667a6ed800b86f14e9b7274fdea5764e12ce20",
55+
"version": "56513844aee44e7478e0a014d82379814447eccf",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "d9667a6ed800b86f14e9b7274fdea5764e12ce20",
63+
"version": "56513844aee44e7478e0a014d82379814447eccf",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)
0