bpo-46648: test_urllib2.test_issue16464() uses httpbin.org by vstinner · Pull Request #31146 · python/cpython
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.
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.
tiran
mentioned this pull request
Please use a different, more reliable service. The git repo and container image of the service hasn't been maintained in years.
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.
I merged my PR #31161 instead (skip the test).