python3Packages.python-engineio: re-enable darwin tests (#423876)

This commit is contained in:
Wolfgang Walther
2025-07-10 10:34:44 +00:00
committed by GitHub
@@ -53,8 +53,6 @@ buildPythonPackage rec {
pytestCheckHook
] ++ lib.flatten (builtins.attrValues optional-dependencies);
doCheck = !stdenv.hostPlatform.isDarwin;
preCheck = lib.optionalString stdenv.hostPlatform.isLinux ''
echo "nameserver 127.0.0.1" > resolv.conf
export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf)