mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Remove most version_info.major usages
This commit is contained in:
@@ -46,9 +46,6 @@ class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase):
|
||||
operation = 'infer'
|
||||
|
||||
def test_tuple_mapping(self):
|
||||
if self.environment.version_info.major == 2:
|
||||
pytest.skip('Python 2 also yields None.')
|
||||
|
||||
self.check("""
|
||||
import re
|
||||
any_re = re.compile('.*')
|
||||
|
||||
Reference in New Issue
Block a user