Remove allow-all-external from pip configuration

As per the resulting log when using the option, the allow-all-external
option has been deprecated and will be removed in the future. Due to
changes in the repository protocol, it no longer has any effect.

Change-Id: I555c9dc1fc6b743376996c9287cefe7277fba930
This commit is contained in:
Jesse Pretorius 2016-03-10 11:26:47 +00:00
parent c311b994ae
commit 6e678d2920
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ pip_timeout: 120
# Options for pip install
pip_upgrade: true
pip_allow_all_external: true
# Drop link files to lock down pip

View File

@ -7,4 +7,3 @@ timeout = {{ pip_timeout }}
[install]
upgrade = {{ pip_upgrade }}
allow_all_external = {{ pip_allow_all_external }}