diff --git a/pkgs/development/python-modules/seaborn/default.nix b/pkgs/development/python-modules/seaborn/default.nix index 04c1f50aa0fb..b019830aead6 100644 --- a/pkgs/development/python-modules/seaborn/default.nix +++ b/pkgs/development/python-modules/seaborn/default.nix @@ -80,6 +80,10 @@ buildPythonPackage (finalAttrs: { ++ lib.optionals (!stdenv.hostPlatform.isx86) [ # overly strict float tolerances "TestDendrogram" + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + # overly strict float tolerances + "test_ticklabels_overlap" ]; # All platforms should use Agg. Let's set it explicitly to avoid probing GUI