mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Add comment explaining why test_versions is disabled on Windows
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user