20 Commits

Author SHA1 Message Date
Copilot
f8d4d991f1 Upgrade zipimport to Python 3.14.2 (#6857) 2026-01-24 16:11:36 +09:00
Terry Tianlin Luan
cd613edc71 Update the zipfile + zipimport libraries + tests - v3.13.11 (#6639)
* Updated zipimport library + test

* Updated zipfile library + test

* Annotated failing/erroring tests in test_zipfile and test_zipimport

* Changed all skips in `test_core.py` to expectedFailures

* skip EncodedMetadataTests

---------

Co-authored-by: Jeong YunWon <jeong@youknowone.org>
2026-01-06 21:35:21 +09:00
Jeong, YunWon
e79a1a1a66 Fix traceback (#6569)
* Fix traceback

* Update traceback from CPython 3.13.11

* unmark test_traceback

* fix code

* fix debug range

* fix tests
2025-12-30 16:58:53 +09:00
Jeong, YunWon
772b92edde Fix windows socket (#6408)
* fix _path_splitroot

* Fix windows socket
2025-12-12 10:37:40 +09:00
Noa
0a07cd931f Fix more surrogate crashes 2025-03-26 23:12:21 -05:00
Jeong YunWon
03ae0695b0 Remove markers from succesful zipimport tests 2022-08-18 03:22:20 +09:00
CPython developers
97e6542e93 Update zipimport from CPython 3.10.5 2022-08-18 03:22:20 +09:00
Jeong YunWon
53ef2b9a0a remove failure markers from test_imp,test_zipimport,test_cmd_line_script 2022-08-15 20:09:34 +09:00
Jeong Yunwon
dc8a95d561 adjust failng test markers 2022-07-25 04:10:59 +09:00
Dean Li
29c953d9a6 test: update test.support and test_io to 3.10
Initially this is only meant to be a small update for `test_io.py`.
But it turns out that `test.support` need a lot of cleanup especially
for `test.support.warnings_helper`.
2022-04-18 22:50:55 +08:00
Dean Li
6f98288e84 test: use import_helper 2021-11-29 21:03:02 +08:00
Dean Li
5ee4fb899b test: use os_helper 2021-11-28 20:51:32 +08:00
Jeong YunWon
913b78ca44 Revert "Merge pull request #3433 from deantvv/test-update"
This reverts commit 9fa5c5ac66, reversing
changes made to e7fa32c687.
2021-11-17 17:06:51 +09:00
Dean Li
49a5805d11 test: use os_helper 2021-11-13 02:18:33 +00:00
Noah
42d4c81369 Unskip tests 2021-04-27 08:15:13 -05:00
Noah
f428fcc692 unskip tests 2021-01-25 18:28:18 -06:00
Jeong YunWon
f7866c7def Revert "Temprorally skip zipimport test"
This reverts commit 0bed00e1af.
2020-08-20 05:50:05 +09:00
Jeong YunWon
0bed00e1af Temprorally skip zipimport test 2020-08-20 03:23:13 +09:00
Ben Lewis
dc2ca629a8 Mark failing test_zipimport.py tests. 2020-08-02 19:49:57 +12:00
Ben Lewis
fa1a436a8f Fix test_zipimport.py from CPython 3.8.5 2020-08-02 19:49:57 +12:00