Skip to content

Commit

Permalink
wheels: Support pip trusted host config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bochu committed Jul 20, 2017
1 parent 85c6e1f commit 69c3d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChangeLog
5.3 (unreleased)
----------------

- Nothing changed yet.
- Support of pip trusted host config in wheel builder.


5.2 (2017-07-18)
Expand Down
1 change: 1 addition & 0 deletions src/grocker/builders/wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get(cfg, section, option, default=None):
'PIP_INDEX_URL': get(config, 'global', 'index-url'),
'PIP_EXTRA_INDEX_URL': get(config, 'global', 'extra-index-url'),
'PIP_TIMEOUT': get(config, 'global', 'timeout'),
'PIP_TRUSTED_HOST': get(config, 'global', 'trusted-host'),
}
env = {k: v for k, v in env.items() if v}
logger.debug('pip using env: %s', env)
Expand Down

0 comments on commit 69c3d48

Please sign in to comment.