Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Make install editable option an option #2299

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
mlouielu committed Jun 28, 2018
commit 5a13e3e389f21702eb297592df4be0a33ac2ac1c
2 changes: 1 addition & 1 deletion tests/integration/test_install_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def test_editable_no_args(PipenvInstance):
with PipenvInstance() as p:
c = p.pipenv('install --editable')
assert c.return_code != 0
assert 'Error: -editable option requires an argument' in c.err
assert 'Error: --editable option requires an argument' in c.err



Expand Down