1
0
forked from VimPlug/jedi

Some Python 2.7 fixes

This commit is contained in:
Dave Halter
2018-12-07 08:58:17 +01:00
parent b2824a3547
commit decb5046ea
8 changed files with 58 additions and 39 deletions

View File

@@ -80,7 +80,7 @@ class TestSetupReadline(unittest.TestCase):
difference = {x for x in difference if not x.startswith('from os import _')}
# There are quite a few differences, because both Windows and Linux
# (posix and nt) libraries are included.
assert len(difference) < 30
assert len(difference) < 33
@cwd_at('test')
def test_local_import(self):