diff --git a/test/test_utils.py b/test/test_utils.py index e9204515..3ac76389 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 all(not x.startswith('from os import ' + s) - for s in ['_', 'O_', 'EX_', 'MFD_', 'SF_']) + for s in ['_', 'O_', 'EX_', 'MFD_', 'SF_', 'ST_']) } # There are quite a few differences, because both Windows and Linux # (posix and nt) librariesare included.