mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Remove a lot of sys.version_info references
This commit is contained in:
@@ -19,8 +19,7 @@ from ..helpers import get_example_dir, test_dir, test_dir_project, root_dir
|
||||
THIS_DIR = os.path.dirname(__file__)
|
||||
|
||||
|
||||
@pytest.mark.skipif('sys.version_info < (3,3)')
|
||||
def test_find_module_py33():
|
||||
def test_find_module_basic():
|
||||
"""Needs to work like the old find_module."""
|
||||
assert find_module_py33('_io') == (None, False)
|
||||
with pytest.raises(ImportError):
|
||||
|
||||
Reference in New Issue
Block a user