Merge pull request #173219 from Artturin/darwintoomanyopen

This commit is contained in:
Artturi
2022-05-16 16:11:06 +03:00
committed by GitHub
@@ -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