Merge "Use 'no_proxy' env variable in addition to uppercase"
This commit is contained in:
commit
0a1c1b0a86
@ -171,7 +171,7 @@ class BaseGitReviewTestCase(testtools.TestCase, GerritHelpers):
|
||||
'--name', 'test/test_project')
|
||||
|
||||
# ensure user proxy conf doesn't interfere with tests
|
||||
os.environ['NO_PROXY'] = '*'
|
||||
os.environ['no_proxy'] = os.environ['NO_PROXY'] = '*'
|
||||
|
||||
# prepare repository for the testing
|
||||
self._run_git('clone', self.project_uri)
|
||||
|
Loading…
x
Reference in New Issue
Block a user