mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Make sure the latest changes work with Python 3.6/3.7
This commit is contained in:
@@ -641,7 +641,7 @@ def bar():
|
||||
return float
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.version_info < (3, 5), reason="Ignore Python 2, because EOL")
|
||||
@pytest.mark.skipif(sys.version_info < (3, 6), reason="Ignore Python 2, because EOL")
|
||||
@pytest.mark.parametrize(
|
||||
'annotations, result, code', [
|
||||
({}, [], ''),
|
||||
|
||||
Reference in New Issue
Block a user