Skip to content

Commit

Permalink
Minor fix on testcode
Browse files Browse the repository at this point in the history
  • Loading branch information
sanspareilsmyn committed May 24, 2024
1 parent b2dafaa commit ad77f63
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 @@ -458,7 +458,7 @@ def test_install_with_pipfile_including_invalid_python_version(pipenv_instance_p
[requires]
python_version = "{version}"
""")
c = p.pipenv("install --verbose")
c = p.pipenv("install")
assert c.returncode != 0


Expand Down

0 comments on commit ad77f63

Please sign in to comment.