mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-27 20:51:28 +08:00
Remove Python 3.9 and 3.10
This commit is contained in:
@@ -67,7 +67,7 @@ def test_hex_values_in_docstring():
|
||||
('lambda x, y, z: x + y * z\n', '<lambda>(x, y, z)')
|
||||
])
|
||||
def test_get_signature(code, signature):
|
||||
node = parse(code, version='3.8').children[0]
|
||||
node = parse(code, version='3.14').children[0]
|
||||
if node.type == 'simple_stmt':
|
||||
node = node.children[0]
|
||||
assert parser_utils.get_signature(node) == signature
|
||||
|
||||
Reference in New Issue
Block a user