Skip to content

Commit

Permalink
fix test problems, thx @tkf
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Apr 29, 2013
1 parent 841f4d8 commit 0f3454f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion jedi/fast_parser.py
Expand Up @@ -10,7 +10,7 @@
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']
Expand Down
2 changes: 0 additions & 2 deletions test/test_regression.py
Expand Up @@ -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.
Expand Down

0 comments on commit 0f3454f

Please sign in to comment.