python3Packages.syne-tune: skip failing test on darwin (#466076)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user