Skip to content

Commit 7e9ee49

Browse files
committed
disable Python 3.4
1 parent e17aae5 commit 7e9ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_commandline_explicit_interp(tmpdir):
2727
# registry layout is not well documented, and it's not clear that the feature
2828
# is sufficiently widely used to be worth fixing.
2929
# See https://github.com/pypa/virtualenv/issues/864
30-
@pytest.mark.skipif("sys.platform == 'win32' and sys.version_info[:2] >= (3,5)")
30+
@pytest.mark.skipif("sys.platform == 'win32' and sys.version_info[:1] >= (3,)")
3131
def test_commandline_abbrev_interp(tmpdir):
3232
"""Specifying abbreviated forms of the Python interpreter should work"""
3333
if sys.platform == 'win32':

0 commit comments

Comments
 (0)