diff --git a/news/4279.trivial.rst b/news/4279.trivial.rst new file mode 100644 index 00000000..3d57e01a --- /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 2300ec82..534cc5e9 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" }