Oops
This commit is contained in:
parent
b3a88b5c42
commit
8c8f1ac46c
@ -119,7 +119,7 @@ class ProxyTests(unittest.TestCase):
|
|||||||
self.env = support.EnvironmentVarGuard()
|
self.env = support.EnvironmentVarGuard()
|
||||||
# Delete all proxy related env vars
|
# Delete all proxy related env vars
|
||||||
for k in list(os.environ):
|
for k in list(os.environ):
|
||||||
if 'proxy' not in k.lower():
|
if 'proxy' in k.lower():
|
||||||
self.env.unset(k)
|
self.env.unset(k)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user