guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 4b4524e5c4e9e62106a10d3115c4182d132aeec5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 14 21:47:45 2025 +0000

    gnu: python-seaborn: Skip 3 tests.
    
    * gnu/packages/python-xyz.scm (python-seaborn)[arguments] <test-flags>:
    Skip 3 tests.
    
    Change-Id: I32ea08c88eadddf1afcbcab51f813ea5a79f8481
---
 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 b4111d2521..a83486b8b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15680,7 +15680,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: <https://github.com/mwaskom/seaborn/issues/3892>.
+              ;; 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

Reply via email to