~ruther/guix-local

34cfee71c5c79676e1fc265ed6db176d6198f581 — Sharlatan Hellseher 9 months ago 3bbd97c
gnu: python-html5tagger: Do not try to run tests.

* gnu/packages/python-web.scm (python-html5tagger) [arguments] <tests?>:
  No tests in PyPI or Git, visually disable to prevent build fail.

Change-Id: I2709805d23858b33e6a3e6528b764708d59796ab
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -0
@@ 3372,6 3372,8 @@ C, yielding parse times that can be a thirtieth of the html5lib parse times.")
               (base32
                "1acd1a4f66gi4plqnsml7cf33qp83mxsnmnqpdwkpj7597xkvyl4"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f))        ;no tests in PyPI or Git
    (native-inputs
     (list python-setuptools python-setuptools-scm python-wheel))
    (home-page "https://github.com/sanic-org/html5tagger")