Skip to content

Commit a48aebd

Browse files
committed
[GR-21590] Update imports
PullRequest: graalpython/1994
2 parents 5e48eb7 + a6fbc38 commit a48aebd

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "73dba4e8f003f7c2134a51707df09d51317691d0" }
1+
{ "overlay": "4c6f30d7022d6219c4885576e6f73726898dbd7a" }
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*graalpython.lib-python.3.test.test_dict_version.DictSubtypeVersionTests.test_clear
2+
*graalpython.lib-python.3.test.test_dict_version.DictSubtypeVersionTests.test_delitem
3+
*graalpython.lib-python.3.test.test_dict_version.DictSubtypeVersionTests.test_pop
4+
*graalpython.lib-python.3.test.test_dict_version.DictSubtypeVersionTests.test_popitem
5+
*graalpython.lib-python.3.test.test_dict_version.DictSubtypeVersionTests.test_setdefault
6+
*graalpython.lib-python.3.test.test_dict_version.DictVersionTests.test_clear
7+
*graalpython.lib-python.3.test.test_dict_version.DictVersionTests.test_delitem
8+
*graalpython.lib-python.3.test.test_dict_version.DictVersionTests.test_pop
9+
*graalpython.lib-python.3.test.test_dict_version.DictVersionTests.test_popitem
10+
*graalpython.lib-python.3.test.test_dict_version.DictVersionTests.test_setdefault
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*graalpython.lib-python.3.test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer
2+
*graalpython.lib-python.3.test.test_xml_etree.ModuleTest.test_sanity
3+
*graalpython.lib-python.3.test.test_xml_etree.NoAcceleratorTest.test_correct_import_pyET

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

0 commit comments

Comments
 (0)