1
0
forked from VimPlug/jedi

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,6 +1,5 @@
from textwrap import dedent
import math
import sys
from collections import Counter
from datetime import datetime
@@ -146,7 +145,6 @@ def test_parent_context(same_process_inference_state, attribute, expected_name,
assert x.parent_context.parent_context is None
@pytest.mark.skipif(sys.version_info[0] == 2, reason="Ignore Python 2, because EOL")
@pytest.mark.parametrize(
'obj, expected_names', [
('', ['str']),