python3Packages.pystatgrab: re-enable darwin tests (#423886)

This commit is contained in:
Wolfgang Walther
2025-07-09 21:11:37 +00:00
committed by GitHub
@@ -38,9 +38,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "statgrab" ];
# Tests don't work on darwin due to seg fault
doCheck = !stdenv.hostPlatform.isDarwin;
meta = with lib; {
description = "Python bindings for libstatgrab";
homepage = "https://github.com/libstatgrab/pystatgrab";