python3Packages.geopandas: re-enable darwin tests (#423571)

This commit is contained in:
Wolfgang Walther
2025-07-11 17:28:52 +00:00
committed by GitHub
@@ -85,8 +85,6 @@ buildPythonPackage rec {
rtree
] ++ optional-dependencies.all;
doCheck = !stdenv.hostPlatform.isDarwin;
preCheck = ''
export HOME=$(mktemp -d);
'';