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: the test suite should honor an http_proxy for running the test suite
Type: enhancement Stage:
Components: Tests Versions: Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: doko, raulcd
Priority: normal Keywords:

Created on 2013-04-17 21:44 by doko, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg187208 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-04-17 21:44
the test suite should honor an http_proxy for running the test suite, at least for all the tests using the urlfetch resource. maybe for some tests using the network resource too. this would allow running tests in somehow constrained environments.
msg228124 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-10-01 21:17
@Matthias can you provide a patch for this?
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 61984
2019-03-15 22:09:02BreamoreBoysetnosy: - BreamoreBoy
2015-04-14 21:53:58raulcdsetnosy: + raulcd
2014-10-01 21:17:09BreamoreBoysetversions: + Python 3.5
nosy: + BreamoreBoy

messages: + msg228124

type: enhancement
2013-04-17 21:44:44dokocreate