forked from VimPlug/jedi
Ignore linux-only os.CLONE_* constants in Python 3.12 in import test
This commit is contained in:
@@ -81,7 +81,7 @@ class TestSetupReadline(unittest.TestCase):
|
||||
if all(not x.startswith('from os import ' + s)
|
||||
for s in ['_', 'O_', 'EX_', 'MFD_', 'SF_', 'ST_',
|
||||
'CLD_', 'POSIX_SPAWN_', 'P_', 'RWF_',
|
||||
'SCHED_'])
|
||||
'CLONE_', 'SCHED_'])
|
||||
}
|
||||
# There are quite a few differences, because both Windows and Linux
|
||||
# (posix and nt) libraries are included.
|
||||
|
||||
Reference in New Issue
Block a user