-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-46648: move test_issue16464
to urllib2_localnet
#31186
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
Conversation
…erver (pythonGH-31186) Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet and use the local HTTP server rather than an external HTTP server. (cherry picked from commit 8e98175) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-31189 is a backport of this pull request to the 3.10 branch. |
…erver (pythonGH-31186) Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet and use the local HTTP server rather than an external HTTP server. (cherry picked from commit 8e98175) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
PR merged, thanks. I rewrote the commit title/description. |
GH-31190 is a backport of this pull request to the 3.9 branch. |
Sorry, @sobolevn and @vstinner, I could not cleanly backport this to |
OK, nevermind, I'll use GH-31173 instead. |
…erver (pythonGH-31186) Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet and use the local HTTP server rather than an external HTTP server. (cherry picked from commit 8e98175) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
I moved the flaky test to
test_urllib2_localnet
as @gpshead suggested.I hope that it will now be reliable 🎉
https://bugs.python.org/issue46648