mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Oops
This commit is contained in:
parent
b3a88b5c42
commit
8c8f1ac46c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class ProxyTests(unittest.TestCase):
|
|||
self.env = support.EnvironmentVarGuard()
|
||||
# Delete all proxy related env vars
|
||||
for k in list(os.environ):
|
||||
if 'proxy' not in k.lower():
|
||||
if 'proxy' in k.lower():
|
||||
self.env.unset(k)
|
||||
|
||||
def tearDown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue