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 51c127c54c
commit 11830cd321
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -14811,6 +14811,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