Merge pull request #173219 from Artturin/darwintoomanyopen
This commit is contained in:
commit
ceeb816c9e
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ buildPythonPackage rec {
|
|||
|
||||
# needed for relative paths for some packages
|
||||
cd tests
|
||||
'' + lib.optionalString stdenv.isDarwin ''
|
||||
# OSError: [Errno 24] Too many open files
|
||||
ulimit -n 1024
|
||||
'';
|
||||
|
||||
# uvloop usage is buggy
|
||||
|
|
Loading…
Reference in a new issue