python312Packages.eventlet: disable tests on Darwin

This commit is contained in:
K900
2025-03-09 10:58:25 +03:00
parent c14f73cc5b
commit 25ac6d5db2
@@ -49,7 +49,8 @@ buildPythonPackage rec {
];
# tests hang on pypy indefinitely
doCheck = !isPyPy;
# most tests also fail/flake on Darwin
doCheck = !isPyPy && !stdenv.hostPlatform.isDarwin;
preCheck = lib.optionalString doCheck ''
echo "nameserver 127.0.0.1" > resolv.conf