-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Conversation
Co-authored-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
Thanks @ammaraskar for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @ammaraskar for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-24655 is a backport of this pull request to the 3.9 branch. |
…pythonGH-24650) Co-authored-by: Arkadiusz Miśkiewicz <arekm@maven.pl> (cherry picked from commit c6ccdfb) Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
Sorry, @ammaraskar and @corona10, I could not cleanly backport this to |
3.8 does not have |
…pythonGH-24650) Co-authored-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
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