python3Packages.geopandas: re-enable darwin tests (#423571)
This commit is contained in:
@@ -85,8 +85,6 @@ buildPythonPackage rec {
|
||||
rtree
|
||||
] ++ optional-dependencies.all;
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d);
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user