Skip to content

Commit

Permalink
Merge pull request #4280 from GPHemsley/issue-4279
Browse files Browse the repository at this point in the history
#4279: Stop test_ssh_vcs_install from failing
  • Loading branch information
techalchemy authored May 29, 2020
2 parents 789b334 + e0017e8 commit b5becd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/4279.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it
from failing.
1 change: 0 additions & 1 deletion tests/integration/test_install_uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def test_ssh_vcs_install(PipenvInstance):
assert p.lockfile["default"]["six"] == {
"git": "ssh://[email protected]/benjaminp/six.git",
"ref": "15e31431af97e5e64b80af0a3f598d382bcdd49a",
"version": "==1.11.0"
}


Expand Down

0 comments on commit b5becd8

Please sign in to comment.