Commit ca44f048 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by Stanisław Pitucha
Browse files

python310Packages.questionary: increase open files for testing

The tests open a lot of sockets. This runs into darwin's default limits.
parent 6ff8c021
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  preCheck = lib.optionalString stdenv.isDarwin ''
    ulimit -n 1024
  '';

  disabledTests = [
    # TypeError: <lambda>() missing 1 required...
    "test_print_with_style"