python3Packages.geopandas: re-enable darwin tests

This commit is contained in:
Olivér Falvai
2025-07-08 21:13:39 +02:00
parent 6951112e1d
commit b702ea41f5
@@ -85,8 +85,6 @@ buildPythonPackage rec {
rtree
] ++ optional-dependencies.all;
doCheck = !stdenv.hostPlatform.isDarwin;
preCheck = ''
export HOME=$(mktemp -d);
'';