mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.
This commit is contained in:
parent
74a249e1a9
commit
9996828caa
3 changed files with 5 additions and 3 deletions
|
@ -27,6 +27,8 @@ has_spawnl = hasattr(os, 'spawnl')
|
|||
# number of files that can be opened at one time (see ulimit -n)
|
||||
if sys.platform == 'mac':
|
||||
TEST_FILES = 32
|
||||
elif sys.platform == 'openbsd3':
|
||||
TEST_FILES = 48
|
||||
else:
|
||||
TEST_FILES = 100
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue