~ruther/guix-local

a27d4166cee285414f397242ff3b864442ae92aa — Sharlatan Hellseher 9 months ago 304ea22
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
1 files changed, 7 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +7 -0
@@ 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