Remove 3.6/3.7 references and change tests slightly

This commit is contained in:
Dave Halter
2025-06-16 16:17:50 +02:00
parent 4238198eea
commit e5a72695a8
8 changed files with 10 additions and 12 deletions

View File

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