Python 3.5 is not supported for refactorings

This commit is contained in:
Dave Halter
2020-02-27 18:59:16 +01:00
parent ebdaf0177d
commit 140a45081f
3 changed files with 8 additions and 4 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, skip_python2):
def test_refactor(refactor_case, skip_pre_python36):
"""
Run refactoring test case.