mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Python 3.5 is not supported for refactorings
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, skip_python2):
|
||||
def test_refactor(refactor_case, skip_pre_python36):
|
||||
"""
|
||||
Run refactoring test case.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user