Inc difference limit in TestSetupReadline::test_import for py3.8

Python 3.8 on Linux has 21 differences which exceed the current limit.
Increase it to 22.
This commit is contained in:
Michał Górny
2020-04-15 09:50:36 +02:00
committed by Dave Halter
parent 8aaa8e0044
commit e7feeef64e

View File

@@ -84,7 +84,7 @@ class TestSetupReadline(unittest.TestCase):
}
# There are quite a few differences, because both Windows and Linux
# (posix and nt) librariesare included.
assert len(difference) < 20
assert len(difference) < 22
def test_local_import(self):
s = 'import test.test_utils'