summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2018-03-01 12:41:32 -0600
committerxoviat <xoviat@users.noreply.github.com>2018-03-01 12:41:32 -0600
commit76f62b71291a60313fa7d77f2bcffeced8103a53 (patch)
tree0a6d3d7a2f25eb7ee93bddc811605015c31897c1 /tests
parent55458fc1798f2a46c291757cb2eeec9bf1a97e71 (diff)
downloadpip-76f62b71291a60313fa7d77f2bcffeced8103a53.tar.gz
:art:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/test_install_reqs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_install_reqs.py b/tests/functional/test_install_reqs.py
index a190a2acd..b25011897 100644
--- a/tests/functional/test_install_reqs.py
+++ b/tests/functional/test_install_reqs.py
@@ -304,7 +304,7 @@ 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(
+ script.pip(
'install', '--no-index', '-f', data.find_links, '-e', to_install)