Add comment explaining why test_versions is disabled on Windows

This commit is contained in:
micbou
2018-03-24 21:56:06 +01:00
committed by Dave Halter
parent bf57fa16fc
commit 0fd8e728f5

View File

@@ -24,6 +24,7 @@ def test_find_python_environments():
assert parser_version[:2] == env.version_info[:2]
# Cannot deduce the environment from Python executable name on Windows.
@pytest.mark.skipif("os.name == 'nt'")
@pytest.mark.parametrize(
'version',