Skip to content

Commit

Permalink
Merge pull request #312 from sergiusens/hotfix/builder_env_vars
Browse files Browse the repository at this point in the history
Pre release unit test fix for 2.2
  • Loading branch information
come-maiz committed Feb 10, 2016
2 parents 91b31e4 + 95bd7ff commit a44037e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft/tests/test_plugin_maven.py
Expand Up @@ -88,6 +88,7 @@ def test_build_with_snapcraft_proxy(self, glob_mock, run_mock):
env_vars = (
('SNAPCRAFT_SETUP_PROXIES', '1',),
('http_proxy', 'http://localhost:3132'),
('no_proxy', None),
)
for v in env_vars:
self.useFixture(fixtures.EnvironmentVariable(v[0], v[1]))
Expand Down

0 comments on commit a44037e

Please sign in to comment.