#4279: Stop test_ssh_vcs_install from failing

Remove expectation of `version` key in `test_ssh_vcs_install` to
stop it from failing.

Mirrors similar change to `test_git_vcs_install` in
243b4fd0df.
This commit is contained in:
Gordon P. Hemsley
2020-05-28 12:42:06 -04:00
parent 67cf7d0d91
commit 0add59f499
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it
from failing.
-1
View File
@@ -59,7 +59,6 @@ def test_ssh_vcs_install(PipenvInstance):
assert p.lockfile["default"]["six"] == {
"git": "ssh://git@github.com/benjaminp/six.git",
"ref": "15e31431af97e5e64b80af0a3f598d382bcdd49a",
"version": "==1.11.0"
}