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

commit 7ff0407d5f01dfc2ac6090fbb41beda168eb965d
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sat Jun 28 16:53:48 2025 +0100

    gnu: python-stack-data: Skip some tests.
    
    * gnu/packages/python-xyz.scm (python-stack-data): [arguments]
    <test-flags>: Skip 3 problematic tests.
    
    Change-Id: Id7bb16f0ac20d6105628102c0ba803a09b43f4ef
---
 gnu/packages/python-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a09253291..fcfc441db0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14809,6 +14809,13 @@ functions, useful in the context of writing unit tests 
among other uses.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:test-flags
+      #~(list "-k" (string-join
+                    ;; XXX: Tests fail with HTML diff.
+                    (list "not test_executing_style_defs"
+                          "test_pygments_example"
+                          "test_example")
+                    " and not "))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'set-home-env

Reply via email to