python3Packages.seaborn: disable failing tests

These are probably related to the matplotlib 3.11 bump.
This commit is contained in:
Martin Weinelt 2026-06-28 17:26:46 +02:00
commit 5aece2a413
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,6 +12,7 @@
pandas,
scipy,
statsmodels,
writableTmpDirAsHomeHook,
}:
buildPythonPackage rec {
@ -64,11 +65,16 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-xdist
pytest8_3CheckHook
writableTmpDirAsHomeHook
];
disabledTests = [
# requires internet connection
"test_load_dataset_string_error"
# matplotlib error string matching
"test_theme_validation"
# log scale transformation match too strict
"test_log_scale"
]
++ lib.optionals (!stdenv.hostPlatform.isx86) [
# overly strict float tolerances