Skip to content

Commit

Permalink
Fix test that has been broken for who knows how long...
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
  • Loading branch information
techalchemy committed May 19, 2020
1 parent 9757dbf commit ad7a514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_install_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def test_system_and_deploy_work(PipenvInstance):
Path(p.pipfile_path).write_text(
u"""
[packages]
requests
requests = "*"
""".strip()
)
c = p.pipenv("install --system")
Expand Down

0 comments on commit ad7a514

Please sign in to comment.