python3Packages.hist: skip crashing test on darwin

This commit is contained in:
Gaetan Lepage
2026-08-14 22:34:52 +00:00
parent a3f6add188
commit a4e888b221

View File

@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -46,6 +47,11 @@ buildPythonPackage (finalAttrs: {
pytest-mpl
];
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
# line 23: 92372 Trace/BPT trap: 5
"test_to_hist_empty"
];
pythonImportsCheck = [ "hist" ];
meta = {