30 Commits

Author SHA1 Message Date
Jeong, YunWon
af884cb284 First step for Python 3.12 support (#5078)
* Mark 3.12

* Update importlib from Python 3.12.0

* Update test_importlib from Python3.12

* Mark failings tests from importlib

* Update test.support from Python3.12

* Fix unsupported parser feature

* mark failing test

* Update functools from Python 3.12

* manual type annotation

* slice behavior changed in 3.12

* empty unittest.main returns non-zero

* test_decimal from CPython 3.12

* Mark failing tests

* Update test_unicode from CPython 3.12

* Update test_functools from Python 3.12

* Update enum from Python 3.12

* enum

* Doc format changed

* Update test_module from CPython

---------

Co-authored-by: CPython developers <>
2023-10-22 19:19:05 -07:00
Jeong YunWon
367a948ff0 Adapt unittest.expectedFailureIf 2023-03-02 04:41:15 +09:00
CPython Developers
496006d629 Update importlib from CPython 3.11.2 2023-02-25 22:59:57 +09:00
yt2b
253fcfb6c4 Remove the decorators 2022-12-25 13:29:33 +09:00
Jeong YunWon
9a40c87dbd mark hanging/failing tests 2022-08-18 03:22:20 +09:00
CPython Developers
da109336bb Update importlib/test_importlib from CPython 3.10.6 2022-08-18 03:22:20 +09:00
Jeong YunWon
3efa141378 change partial failing markers to skip in test_importlib 2022-08-15 20:09:34 +09:00
Dean Li
6f98288e84 test: use import_helper 2021-11-29 21:03:02 +08:00
Dean Li
cad10fedd4 test: update importlib 2021-11-28 20:51:34 +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
a1202f5602 test: update importlib 2021-11-13 14:21:59 +08:00
Dean Li
a59556ad25 Refactor OSError
Implement `raw_os_error_to_exc_type` to reduce duplication of errno to
exception type.
2021-10-30 17:05:54 +08:00
Padraic Fanning
bab6f75016 Clean up skips in test_importlib.source 2021-10-18 21:56:47 -04:00
Padraic Fanning
4457de08ab Unskip tests in source.test_source_encoding 2021-02-25 17:31:06 -05:00
Padraic Fanning
1bebcb9ae9 Unskip test(s) in source.test_finder 2021-02-25 17:27:37 -05:00
Padraic Fanning
4b2c5af995 Unskip tests in source.test_file_loader 2021-02-25 17:25:59 -05:00
Padraic Fanning
49a292901e Explain test_bom_conflict skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
02206bdffc Explain test_bom_and_utf_8 skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
6a870246b9 Explain test_bom skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
4a8bebfd30 Explain test_encoding_on_second_line skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
555e2a585d Explain test_encoding_on_first_line skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
d9d4a7c441 Unskip test_default_encoding 2021-02-07 15:49:42 -05:00
Padraic Fanning
b2f6a18d85 Explain test_ignore_file skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
f5cbea9b6a Explain test_overiden_unchecked_hash_based_pyc 2021-02-07 15:49:41 -05:00
Padraic Fanning
770ad33fce Explain test_unchecked_hash_based_pyc skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
86c71e5501 Explain test_overridden_checked_hash_based_pyc 2021-02-07 15:49:41 -05:00
Padraic Fanning
339f5ac28f Explain test_checked_hash_based_pyc skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
6a99d183bb Unskip test_timestamp_overflow 2021-02-07 15:49:41 -05:00
Aviv Palivoda
f039959480 Mark unsupported py_compile tests 2020-07-18 17:04:35 +03:00
Aviv Palivoda
e6d413b30b Add test_importlib from CPython 3.8 2020-07-18 17:04:35 +03:00