We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17aae5 commit 7e9ee49Copy full SHA for 7e9ee49
tests/test_cmdline.py
@@ -27,7 +27,7 @@ def test_commandline_explicit_interp(tmpdir):
27
# registry layout is not well documented, and it's not clear that the feature
28
# is sufficiently widely used to be worth fixing.
29
# See https://github.com/pypa/virtualenv/issues/864
30
-@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,)")
31
def test_commandline_abbrev_interp(tmpdir):
32
"""Specifying abbreviated forms of the Python interpreter should work"""
33
if sys.platform == 'win32':
0 commit comments