1
0
forked from VimPlug/jedi

Fix Python 2 issues

This commit is contained in:
Dave Halter
2019-12-02 00:04:22 +01:00
parent b8dfbc5d18
commit 4d3f6fa790
2 changed files with 2 additions and 3 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) < 38
assert len(difference) < 10
@cwd_at('test')
def test_local_import(self):