From 593a56625c2a391b234930e3f84c91eb1667e1f7 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 12 Aug 2020 21:10:07 +0800 Subject: [PATCH] skip specific case on py27 --- tests/integration/test_install_uri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_install_uri.py b/tests/integration/test_install_uri.py index 534cc5e9..5f4e9daf 100644 --- a/tests/integration/test_install_uri.py +++ b/tests/integration/test_install_uri.py @@ -239,7 +239,7 @@ def test_get_vcs_refs(PipenvInstance_NoPyPI): @pytest.mark.urls @pytest.mark.install @pytest.mark.needs_internet -@pytest.mark.skip_py27_win +@pytest.mark.py3_only @pytest.mark.skip_py38 def test_vcs_entry_supersedes_non_vcs(PipenvInstance): """See issue #2181 -- non-editable VCS dep was specified, but not showing up