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

authored by

Wolfgang Walther and committed by
GitHub
b6c438db e46d7114

-2
-2
pkgs/development/python-modules/python-engineio/default.nix
··· 53 pytestCheckHook 54 ] ++ lib.flatten (builtins.attrValues optional-dependencies); 55 56 - doCheck = !stdenv.hostPlatform.isDarwin; 57 - 58 preCheck = lib.optionalString stdenv.hostPlatform.isLinux '' 59 echo "nameserver 127.0.0.1" > resolv.conf 60 export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf)
··· 53 pytestCheckHook 54 ] ++ lib.flatten (builtins.attrValues optional-dependencies); 55 56 preCheck = lib.optionalString stdenv.hostPlatform.isLinux '' 57 echo "nameserver 127.0.0.1" > resolv.conf 58 export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf)