Unverified Commit 3a518c19 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

Merge pull request #219163 from viraptor/questionary-fds

python310Packages.questionary: increase open files for testing
parents 147b16e0 ca44f048
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"