mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Remove a lot of sys.version_info references
This commit is contained in:
@@ -66,9 +66,6 @@ class SomeClass:
|
||||
]
|
||||
)
|
||||
def test_simple_search(Script, string, descriptions, kwargs):
|
||||
if sys.version_info < (3, 6):
|
||||
pytest.skip()
|
||||
|
||||
if kwargs.pop('complete', False) is True:
|
||||
defs = Script(path=__file__).complete_search(string, **kwargs)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user