From 0add59f4999a56e9b6af8e9565d7fa91c55e6fa9 Mon Sep 17 00:00:00 2001 From: "Gordon P. Hemsley" Date: Thu, 28 May 2020 12:42:06 -0400 Subject: [PATCH] #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 243b4fd0df552b7430fbaa5dadbaa4d7b322127f. --- news/4279.trivial.rst | 2 ++ tests/integration/test_install_uri.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/4279.trivial.rst diff --git a/news/4279.trivial.rst b/news/4279.trivial.rst new file mode 100644 index 0000000000..3d57e01af0 --- /dev/null +++ b/news/4279.trivial.rst @@ -0,0 +1,2 @@ +Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it +from failing. diff --git a/tests/integration/test_install_uri.py b/tests/integration/test_install_uri.py index 2300ec8240..534cc5e93d 100644 --- a/tests/integration/test_install_uri.py +++ b/tests/integration/test_install_uri.py @@ -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" }