mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Make sure that Python 2 passes a test on more systems
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user