Skip to content

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

Merged
corona10 merged 1 commit into
python:masterfrom
ammaraskar:unicode_normalize_network
Feb 26, 2021
Merged

bpo-43144: Mark unicodedata's test_normalization as requiring network#24650
corona10 merged 1 commit into
python:masterfrom
ammaraskar:unicode_normalize_network

Conversation

@ammaraskar
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

GH-24655 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 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
Copy Markdown
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
Copy Markdown
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