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
Merge branch 'master' of https://github.com/pypa/pipenv into make-ins…
…tall-editable-option
  • Loading branch information
mlouielu committed Jul 4, 2018
commit 860a3ad20d2f0118d57c289e2f0c7c4117be3df9
1 change: 0 additions & 1 deletion tests/integration/test_install_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def test_editable_no_args(PipenvInstance):
assert 'Error: --editable option requires an argument' in c.err



@pytest.mark.install
@pytest.mark.virtualenv
def test_install_venv_project_directory(PipenvInstance, pypi):
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.