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