From 243b4fd0df552b7430fbaa5dadbaa4d7b322127f Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Tue, 19 May 2020 14:47:56 -0400 Subject: [PATCH] VCS version key removal Signed-off-by: Dan Ryan --- tests/integration/test_install_uri.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_install_uri.py b/tests/integration/test_install_uri.py index 244a1ee5..2300ec82 100644 --- a/tests/integration/test_install_uri.py +++ b/tests/integration/test_install_uri.py @@ -42,7 +42,6 @@ def test_git_vcs_install(PipenvInstance): assert p.lockfile["default"]["six"] == { "git": "git://github.com/benjaminp/six.git", "ref": "15e31431af97e5e64b80af0a3f598d382bcdd49a", - "version": "==1.11.0" }