lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.circus: fix tests on darwin

authored by

tu-maurice and committed by
Weijia Wang
0d7b6f90 f9391924

+6
+6
pkgs/development/python-modules/circus/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , buildPythonPackage 3 4 , fetchPypi 4 5 , flit-core ··· 33 34 pytestCheckHook 34 35 pyyaml 35 36 ]; 37 + 38 + # On darwin: Too many open files 39 + preCheck = lib.optionalString stdenv.isDarwin '' 40 + ulimit -n 1024 41 + ''; 36 42 37 43 disabledTests = [ 38 44 # these tests raise circus.tests.support.TimeoutException