mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
51c127c54c
commit
11830cd321
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue