[issue43288] test_importlib failure due to missing skip() method

2021-03-02 Thread Senthil Kumaran
Change by Senthil Kumaran : -- assignee: -> nascheme resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 ___ Python tracker ___

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
Neil Schemenauer added the comment: New changeset 44fe32061d60f4bd9c4fa48c24e3e4ba26033dba by Neil Schemenauer in branch '3.9': [3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616) https://github.com/python/cpython/commit/44fe32061d60f4bd9c4fa48c24e3e4ba26033dba -- _

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
Change by Neil Schemenauer : -- pull_requests: +23397 pull_request: https://github.com/python/cpython/pull/24616 ___ Python tracker ___

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
Neil Schemenauer added the comment: New changeset 84f7afe65c29330f3ff8e318e054b96554a2dede by Neil Schemenauer in branch 'master': Fix failed merge of bpo-43288. (GH-24614) https://github.com/python/cpython/commit/84f7afe65c29330f3ff8e318e054b96554a2dede --

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
Change by Neil Schemenauer : -- pull_requests: +23395 pull_request: https://github.com/python/cpython/pull/24614 ___ Python tracker ___

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
Neil Schemenauer added the comment: New changeset 50288aa8c955f66ab67a7dadf250ea5f4238eb67 by Neil Schemenauer in branch 'master': bpo-43288: Fix bug in test_importlib test. (GH-24612) https://github.com/python/cpython/commit/50288aa8c955f66ab67a7dadf250ea5f4238eb67 --

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +23394 pull_request: https://github.com/python/cpython/pull/24613 ___ Python tracker _

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
Change by Neil Schemenauer : -- keywords: +patch pull_requests: +23391 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24612 ___ Python tracker ___

[issue43288] test_importlib failure due to missing skip() method

2021-02-21 Thread Neil Schemenauer
New submission from Neil Schemenauer : The FileSystem class is missing a skip() method. If the file system doesn't support Unicode filenames, the test crashes. File "/home/nas/src/cpython/Lib/test/test_importlib/fixtures.py", line 221, in unicode_filename self.skip("File system does no