forked from VimPlug/jedi
Don't support refactoring for Python 2
This commit is contained in:
@@ -56,7 +56,7 @@ def test_static_analysis(static_analysis_case, environment):
|
||||
static_analysis_case.run(assert_static_analysis, environment)
|
||||
|
||||
|
||||
def test_refactor(refactor_case):
|
||||
def test_refactor(refactor_case, skip_python2):
|
||||
"""
|
||||
Run refactoring test case.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user