From a27d4166cee285414f397242ff3b864442ae92aa Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 28 Jun 2025 16:53:48 +0100 Subject: [PATCH] gnu: python-stack-data: Skip some tests. * gnu/packages/python-xyz.scm (python-stack-data): [arguments] : 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 23bef00493f3083226ab9109fe1007c2bbb3c099..1c91898a0914748cc16b4f913e726dfcbb26bf75 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14787,6 +14787,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