forked from VimPlug/jedi
Remove a lot of test references to Python 2/3.5
This commit is contained in:
@@ -65,7 +65,7 @@ class SomeClass:
|
||||
('SomeCl.twice', [], dict(all_scopes=True, complete=True, fuzzy=True)),
|
||||
]
|
||||
)
|
||||
def test_simple_search(Script, string, descriptions, kwargs, skip_pre_python36):
|
||||
def test_simple_search(Script, string, descriptions, kwargs):
|
||||
if sys.version_info < (3, 6):
|
||||
pytest.skip()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user