mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
#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:
@@ -0,0 +1,2 @@
|
||||
Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it
|
||||
from failing.
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user