From 0fd8e728f513b8bf284e35454d8689ced123ce0e Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 24 Mar 2018 21:56:06 +0100 Subject: [PATCH] Add comment explaining why test_versions is disabled on Windows --- test/test_api/test_environment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_api/test_environment.py b/test/test_api/test_environment.py index 9f5eac86..f8fcfd6a 100644 --- a/test/test_api/test_environment.py +++ b/test/test_api/test_environment.py @@ -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',