Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Please use a different, more reliable service. The git repo and container image of the service hasn't been maintained in years.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
Hi @vstinner, I am with @tiran here. If possible m we should use pythontest . I think, it supports simple post. If blocked by external resources, we can skip the test. BTW test_urllib2net is supposed to depend on external sources. The test_urllib2 should have mocks. |
Sorry, something went wrong.
|
I merged my PR #31161 instead (skip the test). |
Sorry, something went wrong.
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