diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-28 16:53:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:00 +0100 |
| commit | a27d4166cee285414f397242ff3b864442ae92aa (patch) | |
| tree | 6c6b44249992528ebd079626d42d35883c175c98 /gnu/packages/python-xyz.scm | |
| parent | 304ea22d06d50b09ae2eb7397bf3e3e2725049d3 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 23bef00493..1c91898a09 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 |
