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
This commit is contained in:
Sharlatan Hellseher 2025-07-29 13:27:01 +01:00
parent 3bbd97c5d3
commit 34cfee71c5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")