Remove a lot of sys.version_info references

This commit is contained in:
Dave Halter
2020-07-02 02:45:35 +02:00
parent cfd8eb23b8
commit f4e537fd72
18 changed files with 22 additions and 98 deletions

View File

@@ -1,5 +1,4 @@
from typing import Generic, TypeVar, List
import sys
import pytest
@@ -86,7 +85,6 @@ def test_mixed_module_cache():
assert isinstance(jedi_module, ModuleValue)
@pytest.mark.skipif(sys.version_info[0] == 2, reason="Ignore Python 2, EoL")
def test_signature():
"""
For performance reasons we use the signature of the compiled object and not