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