summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2018-10-25 11:28:28 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2018-10-25 11:28:28 +0100
commit7e9ee492e7308474505a514f3c22b161afe3cc7d (patch)
tree37161733458ed8dfa99afef5df0e90c415b4e7e1
parente17aae58602faeb3d13fba50f75809fa140a078e (diff)
downloadvirtualenv-7e9ee492e7308474505a514f3c22b161afe3cc7d.tar.gz
disable Python 3.4
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 9682ef0..8848d22 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -27,7 +27,7 @@ def test_commandline_explicit_interp(tmpdir):
# registry layout is not well documented, and it's not clear that the feature
# is sufficiently widely used to be worth fixing.
# See https://github.com/pypa/virtualenv/issues/864
-@pytest.mark.skipif("sys.platform == 'win32' and sys.version_info[:2] >= (3,5)")
+@pytest.mark.skipif("sys.platform == 'win32' and sys.version_info[:1] >= (3,)")
def test_commandline_abbrev_interp(tmpdir):
"""Specifying abbreviated forms of the Python interpreter should work"""
if sys.platform == 'win32':