1
0
forked from VimPlug/jedi

Ignore linux-only os.CLONE_* constants in Python 3.12 in import test

This commit is contained in:
Peter Law
2023-09-16 18:08:33 +01:00
parent 159566e1a0
commit 29890c1f29

View File

@@ -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.