From af005403dc4ca827cdd5c3344825bea12ab570c2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 14 Dec 2025 21:47:45 +0000 Subject: [PATCH] gnu: python-seaborn: Skip 3 tests. * gnu/packages/python-xyz.scm (python-seaborn)[arguments] : Skip 3 tests. Change-Id: I32ea08c88eadddf1afcbcab51f813ea5a79f8481 Signed-off-by: Rutherther --- gnu/packages/python-xyz.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2946f63e693446a1ed7290e5437bdcf96490e8fc..4223c159988d45d0cd560ff0e019d259d217ea04 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15726,7 +15726,14 @@ PNG and terminal output.") (list ;; 2358 passed, 16 skipped, 6 xfailed, 17 warnings #:test-flags - #~(list "--numprocesses" (number->string (parallel-job-count)) ))) + #~(list "--numprocesses" (number->string (parallel-job-count)) + ;; XXX: See: . + ;; KeyError: 'labelleft' + "--deselect=tests/_core/test_plot.py::TestLabelVisibility::test_1d_column_wrapped" + "--deselect=tests/_core/test_plot.py::TestLabelVisibility::test_1d_row_wrapped" + ;; AttributeError: module 'numpy' has no attribute + ;; 'VisibleDeprecationWarning' + "--deselect=tests/test_distributions.py::TestKDEPlotBivariate::test_weights"))) (native-inputs (list python-flit-core python-pytest