Unverified Commit 2d79d2f1 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.nifty8: skip failing test on darwin (#473103)

parents 38b89516 235f03b5
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 [