Issue 17784: the test suite should honor an http_proxy for running the test suite (original) (raw)

Issue17784

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:44 admin set github: 61984
2019-03-15 22:09:02 BreamoreBoy set nosy: - BreamoreBoy
2015-04-14 21:53:58 raulcd set nosy: + raulcd
2014-10-01 21:17:09 BreamoreBoy set versions: + Python 3.5nosy: + BreamoreBoymessages: + type: enhancement
2013-04-17 21:44:44 doko create