1
0
forked from VimPlug/jedi

Don't support refactoring for Python 2

This commit is contained in:
Dave Halter
2020-02-14 17:19:21 +01:00
parent af20905f7d
commit a906a76ccd
2 changed files with 17 additions and 1 deletions

View File

@@ -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.