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
This commit is contained in:
Sharlatan Hellseher 2025-06-28 16:53:48 +01:00
parent 304ea22d06
commit a27d4166ce
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -14787,6 +14787,13 @@ functions, useful in the context of writing unit tests among other uses.")
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (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 #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'set-home-env (add-after 'unpack 'set-home-env