mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
fix test problems, thx @tkf
This commit is contained in:
@@ -10,7 +10,7 @@ from jedi import settings
|
||||
from jedi import parsing
|
||||
from jedi import parsing_representation as pr
|
||||
from jedi import cache
|
||||
import common
|
||||
from jedi import common
|
||||
|
||||
|
||||
SCOPE_CONTENTS = ['asserts', 'subscopes', 'imports', 'statements', 'returns']
|
||||
|
||||
@@ -536,8 +536,6 @@ def test_settings_module():
|
||||
assert cache.settings is settings
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip("not yet fully fixed")
|
||||
def test_no_duplicate_modules():
|
||||
"""
|
||||
Make sure that import hack works as expected.
|
||||
|
||||
Reference in New Issue
Block a user