Commit 235f03b5 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.nifty8: skip failing test on darwin

parent e91f053f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ buildPythonPackage rec {
    # matplotlib/backend_bases.py", line 2654 in create_with_canvas
    "test_optimize_kl_domain_expansion"
    "test_plot_priorsamples"

    # [XPASS(strict)] np.vdot inaccurate for single precision
    "test_vdot"
  ];

  disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [