Vendor get-pip (version 19.3.1)

This commit is contained in:
Joe Rickerby
2020-01-31 19:08:19 +00:00
parent c0967ad622
commit b159617a3e
5 changed files with 22328 additions and 11 deletions
+1 -4
View File
@@ -14,7 +14,7 @@ try:
except ImportError:
from urllib2 import urlopen
from .util import prepare_command, get_build_verbosity_extra_flags
from .util import prepare_command, get_build_verbosity_extra_flags, get_pip_script
IS_RUNNING_ON_AZURE = os.path.exists('C:\\hostedtoolcache')
@@ -107,9 +107,6 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
# install nuget as best way to provide python
nuget = 'C:\\cibw\\nuget.exe'
download('https://dist.nuget.org/win-x86-commandline/latest/nuget.exe', nuget)
# get pip fo this installation which not have.
get_pip_script = 'C:\\cibw\\get-pip.py'
download('https://bootstrap.pypa.io/get-pip.py', get_pip_script)
python_configurations = get_python_configurations(build_selector)
for config in python_configurations: