mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Remove some more Python 2/3.5 references
This commit is contained in:
@@ -144,9 +144,6 @@ def test_in_comment_before_string(Script):
|
||||
|
||||
|
||||
def test_async(Script, environment):
|
||||
if environment.version_info < (3, 5):
|
||||
pytest.skip()
|
||||
|
||||
code = dedent('''
|
||||
foo = 3
|
||||
async def x():
|
||||
|
||||
Reference in New Issue
Block a user