Loading pkgs/development/python-modules/gradio/default.nix +4 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , pythonOlder Loading Loading @@ -140,6 +141,9 @@ buildPythonPackage rec { preCheck = '' export HOME=$TMPDIR cat ${./conftest-skip-network-errors.py} >> test/conftest.py '' + lib.optionalString stdenv.isDarwin '' # OSError: [Errno 24] Too many open files ulimit -n 4096 ''; disabledTests = [ Loading Loading
pkgs/development/python-modules/gradio/default.nix +4 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , pythonOlder Loading Loading @@ -140,6 +141,9 @@ buildPythonPackage rec { preCheck = '' export HOME=$TMPDIR cat ${./conftest-skip-network-errors.py} >> test/conftest.py '' + lib.optionalString stdenv.isDarwin '' # OSError: [Errno 24] Too many open files ulimit -n 4096 ''; disabledTests = [ Loading