Merge "Use 'no_proxy' env variable in addition to uppercase"

This commit is contained in:
Jenkins 2014-12-19 14:23:43 +00:00 committed by Gerrit Code Review
commit 0a1c1b0a86
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class BaseGitReviewTestCase(testtools.TestCase, GerritHelpers):
'--name', 'test/test_project') '--name', 'test/test_project')
# ensure user proxy conf doesn't interfere with tests # 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 # prepare repository for the testing
self._run_git('clone', self.project_uri) self._run_git('clone', self.project_uri)