From f54291a30bd3b28296e9057a8fa6e4b28d727e12 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 2 Dec 2019 00:11:29 +0100 Subject: [PATCH] Unfortunately commited something that should not have been committed --- test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_utils.py b/test/test_utils.py index 7bb86bbf..17328a36 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -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) < 10 + assert len(difference) < 38 @cwd_at('test') def test_local_import(self):