Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-43144: Mark unicodedata's test_normalization as requiring network #24650

Merged
merged 1 commit into from
Feb 26, 2021

Conversation

ammaraskar
Copy link
Member

@ammaraskar ammaraskar commented Feb 25, 2021

This test is missing a requires network despite the fact that it uses open_urlresource which can cause failures on systems that aren't actually connected to the network.

Converted from a bpo patch to a github pull request on behalf of Arkadiusz.

https://bugs.python.org/issue43144

Co-authored-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
@miss-islington
Copy link
Contributor

Thanks @ammaraskar for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @ammaraskar for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Feb 26, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 26, 2021
…pythonGH-24650)

Co-authored-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
(cherry picked from commit c6ccdfb)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
@miss-islington
Copy link
Contributor

Sorry, @ammaraskar and @corona10, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker c6ccdfb479cb0a4a491575ef0bafaa0d29daae1a 3.8

miss-islington added a commit that referenced this pull request Feb 26, 2021
…GH-24650)

Co-authored-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
(cherry picked from commit c6ccdfb)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
@corona10
Copy link
Member

3.8 does not have NormalizationTest so backport patch is not needed

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
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants