Unverified Commit 943f1313 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

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

parents d93c72e2 84feacfb
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
{
  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 = [