Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
bpo-46648: movetest_issue16464 tourllib2_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
miss-islington commentedFeb 7, 2022
…erver (pythonGH-31186)Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnetand use the local HTTP server rather than an external HTTP server.(cherry picked from commit8e98175)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
bedevere-bot commentedFeb 7, 2022
GH-31189 is a backport of this pull request to the3.10 branch. |
…erver (pythonGH-31186)Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnetand use the local HTTP server rather than an external HTTP server.(cherry picked from commit8e98175)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
vstinner commentedFeb 7, 2022
PR merged, thanks. I rewrote the commit title/description. |
bedevere-bot commentedFeb 7, 2022
GH-31190 is a backport of this pull request to the3.9 branch. |
miss-islington commentedFeb 8, 2022
miss-islington commentedFeb 8, 2022
Sorry,@sobolevn and@vstinner, I could not cleanly backport this to |
ambv commentedFeb 8, 2022
OK, nevermind, I'll useGH-31173 instead. |
…erver (pythonGH-31186)Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnetand use the local HTTP server rather than an external HTTP server.(cherry picked from commit8e98175)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Uh oh!
There was an error while loading.Please reload this page.
I moved the flaky test to
test_urllib2_localnetas@gpshead suggested.I hope that it will now be reliable 🎉
https://bugs.python.org/issue46648