This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Test urllib2_localnet fails depending on host proxy configuration
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.6, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: eacb, iritkatriel, orsenthil
Priority: normal Keywords: patch

Created on 2015-06-06 12:48 by eacb, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_urllib2_localnet_proxy_conf.diff eacb, 2015-06-06 12:48 review
Messages (3)
msg244901 - (view) Author: Étienne Buira (eacb) * Date: 2015-06-06 12:48
test_urllib2_localnet make non-explicit use of host configured http_proxy and no_proxy, that will fail the test depending on their contents.
msg244921 - (view) Author: Étienne Buira (eacb) * Date: 2015-06-06 17:32
Patch was for 2.7

Hunks about no_proxy are also relevant for other branches.
msg407940 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-12-07 15:20
I'm closing this as there was no activity for 6 years and 3.5 is no longer maintained. Furthermore, it's not clear what problem the patch trying to solve. If this problem still exists on current versions (>= 3.9), please create a new issue and explain in more detail the scenario in which you had a problem with this test.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68581
2021-12-07 15:20:50iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg407940

resolution: out of date
stage: patch review -> resolved
2015-06-07 05:55:54ned.deilysetnosy: + orsenthil
stage: patch review

versions: + Python 3.6, - Python 3.2, Python 3.3
2015-06-06 17:32:20eacbsetmessages: + msg244921
versions: + Python 3.2, Python 3.3, Python 3.4, Python 3.5
2015-06-06 12:48:56eacbcreate