guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/54: gnu: python-matplotx: Disable test_png test.


From: guix-commits
Subject: 13/54: gnu: python-matplotx: Disable test_png test.
Date: Thu, 11 Jan 2024 17:36:12 -0500 (EST)

rekado pushed a commit to branch wip-python-science
in repository guix.

commit e91f8557440e6037ac2d9afc8dc043048bfbd84a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 8 11:36:23 2024 +0100

    gnu: python-matplotx: Disable test_png test.
    
    * gnu/packages/python-xyz.scm (python-matplotx)[arguments]: Disable test_png
    test.
    
    Change-Id: I19a954786d828a1b717c9c4021ad7f5c6172366c
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 96f767b43f..a473dd063b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8385,7 +8385,9 @@ three-way Venn diagrams in @code{matplotlib}.")
      (list
       #:test-flags
       ;; This test fails with ValueError: not enough values to unpack.
-      #~(list "--deselect" "tests/test_spy.py::test_cli")))
+      #~(list "--deselect" "tests/test_spy.py::test_cli"
+              ;; XXX: unknown failure
+              "--deselect" "tests/test_spy.py::test_png")))
     (home-page "https://github.com/nschloe/matplotx";)
     (synopsis "Minimal matplotlib styles")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]