python3Packages.seaborn: disable flaky test on Darwin

This commit is contained in:
Sarah Clark
2026-07-12 11:07:00 -07:00
parent fd61dd3ad6
commit 23c12980be
@@ -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