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: test_urllib2.test_issue16464() uses httpbin.org#31146
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
The test_issue16464() test of test_urllib2 now uses"http://httpbin.org/post" URL instead of "http://www.example.com/".
vstinner commentedFeb 5, 2022
tiran left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please use a different, more reliable service. The git repo and container image of the service hasn't been maintained in years.
bedevere-bot commentedFeb 5, 2022
When you're done making the requested changes, leave the comment: |
vstinner commentedFeb 5, 2022
test_urllib2 is failing on all buildbots right now because example.com is no longer reliable. Do you have a better suggestion? I'm not aware of any pythontest.net URL supporting POST. Either we switch to any other URL or the test should be skipped. Most buildbots are failing. |
orsenthil commentedFeb 6, 2022
vstinner commentedFeb 6, 2022
I merged my PR#31161 instead (skip the test). |
Uh oh!
There was an error while loading.Please reload this page.
The test_issue16464() test of test_urllib2 now uses
"http://httpbin.org/post" URL instead of "http://www.example.com/".
https://bugs.python.org/issue46648