Skip to content

bpo-43288: Fix test_importlib test to correctly skip - #24612

Merged
nascheme merged 1 commit into
python:masterfrom
nascheme:fix_importlib_test
Feb 21, 2021
Merged

bpo-43288: Fix test_importlib test to correctly skip#24612
nascheme merged 1 commit into
python:masterfrom
nascheme:fix_importlib_test

Conversation

@nascheme

@nascheme nascheme commented Feb 21, 2021

Copy link
Copy Markdown
Member

Fix test_importlib to correctly skip Unicode file tests if the fileystem does not support them.

https://bugs.python.org/issue43288

@nascheme

nascheme commented Feb 21, 2021

Copy link
Copy Markdown
Member Author

Looks like backport to only 3.9 is needed since this code was introduced in bpo-39791.

@nascheme
nascheme merged commit 50288aa into python:master Feb 21, 2021
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @nascheme for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-24613 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 21, 2021
(cherry picked from commit 50288aa)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
nascheme added a commit that referenced this pull request Feb 21, 2021
* bpo-43288: Fix bug in test_importlib test. (GH-24612)
* Fix failed merge of bpo-43288. (GH-24614)
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants