Merge pull request #173219 from Artturin/darwintoomanyopen

This commit is contained in:
Artturi 2022-05-16 16:11:06 +03:00 committed by GitHub
commit ceeb816c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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