guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit dee3ffe9c3e34aff7c454cd3602202725d066a81
Author: Sharlatan Hellseher <[email protected]>
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 87b6931aef..7f2aba1f7c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14828,6 +14828,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