summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2018-01-28 17:10:56 -0600
committerxoviat <xoviat@users.noreply.github.com>2018-01-28 17:10:56 -0600
commit9280d17873ce957629e35cf53d3d1d57b06ecb39 (patch)
treefc10bef9ee1667d0c1d39f7439adff182a8372c2 /tests
parent736cd67d9db22cebc33a6c043ad02bca4ecaf5e4 (diff)
downloadpip-9280d17873ce957629e35cf53d3d1d57b06ecb39.tar.gz
Download setuptools and wheel to packages
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/test_install_reqs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/test_install_reqs.py b/tests/functional/test_install_reqs.py
index 1e7e510fd..a190a2acd 100644
--- a/tests/functional/test_install_reqs.py
+++ b/tests/functional/test_install_reqs.py
@@ -302,6 +302,8 @@ def test_constraints_local_editable_install_causes_error(script, data):
def test_constraints_local_editable_install_pep518(script, data):
to_install = data.src.join("pep518-3.0")
+
+ script.pip('download', 'setuptools', 'wheel', '-d', data.packages)
result = script.pip(
'install', '--no-index', '-f', data.find_links, '-e', to_install)