Skip to content

Commit 9280d17

Browse files
committed
Download setuptools and wheel to packages
1 parent 736cd67 commit 9280d17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/test_install_reqs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ def test_constraints_local_editable_install_causes_error(script, data):
302302

303303
def test_constraints_local_editable_install_pep518(script, data):
304304
to_install = data.src.join("pep518-3.0")
305+
306+
script.pip('download', 'setuptools', 'wheel', '-d', data.packages)
305307
result = script.pip(
306308
'install', '--no-index', '-f', data.find_links, '-e', to_install)
307309

0 commit comments

Comments
 (0)