python39Packages.sanic: fix build on darwin

OSError: [Errno 24] Too many open files

https://hydra.nixos.org/build/176212923
main
Artturin 2 years ago
parent cd273cd6ba
commit b2b2282f5d
  1. 3
      pkgs/development/python-modules/sanic/default.nix

@ -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…
Cancel
Save