mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Make it possible to get the right version parser for a certain environment
This commit is contained in:
@@ -15,6 +15,8 @@ def test_find_python_environments():
|
||||
for env in envs:
|
||||
assert env.version_info
|
||||
assert env.get_sys_path()
|
||||
parser_version = env.get_parser().version_info
|
||||
assert parser_version[:2] == env.version_info[:2]
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
Reference in New Issue
Block a user