python312Packages.eventlet: disable tests on Darwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user