Commit 0d7b6f90 authored by tu-maurice's avatar tu-maurice Committed by Weijia Wang
Browse files

python311Packages.circus: fix tests on darwin

parent f9391924
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, flit-core
@@ -34,6 +35,11 @@ buildPythonPackage rec {
    pyyaml
  ];

  # On darwin: Too many open files
  preCheck = lib.optionalString stdenv.isDarwin ''
    ulimit -n 1024
  '';

  disabledTests = [
    # these tests raise circus.tests.support.TimeoutException
    "test_reload1"