3
# clean http_proxy variables from environment as they make httpretty
4
# fail, but may be in the environment for reasons such as pip install
8
for k in ('http_proxy', 'https_proxy', 'HTTP_PROXY', 'HTTPS_PROXY'):
12
os.execvpe(sys.argv[1], sys.argv[1:], os.environ)