skip specific case on py27

This commit is contained in:
Frost Ming
2020-08-12 21:10:07 +08:00
parent 1db6113c47
commit 593a56625c
+1 -1
View File
@@ -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