python3Packages.syne-tune: skip failing test on darwin (#466076)

This commit is contained in:
kirillrdy
2025-11-29 08:57:36 +00:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -21,14 +22,11 @@
h5py,
huggingface-hub,
matplotlib,
onnxruntime,
pymoo,
pyyaml,
scikit-learn,
scipy,
# smac,
statsmodels,
swig,
xgboost,
# yahpo-gym,
@@ -125,6 +123,10 @@ buildPythonPackage rec {
"test_hypervolume"
"test_hypervolume_progress"
"test_hypervolume_simple"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# assert np.float64(1.0114686865847489e-12) < 1e-12
"test_cholesky_factorization"
];
disabledTestPaths = [