mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
skip one regression test
This commit is contained in:
@@ -18,6 +18,8 @@ from jedi._compatibility import is_py25, utf8, unicode
|
||||
from jedi import api
|
||||
api_classes = api.api_classes
|
||||
|
||||
import pytest
|
||||
|
||||
#jedi.set_debug_function(jedi.debug.print_to_stdout)
|
||||
|
||||
|
||||
@@ -535,7 +537,7 @@ def test_settings_module():
|
||||
|
||||
|
||||
|
||||
@unittest.skip("not yet fully fixed")
|
||||
@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