summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-29 13:27:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:16 +0100
commit34cfee71c5c79676e1fc265ed6db176d6198f581 (patch)
tree19740330458286761c71c9a12276fb6381cd4971 /gnu/packages/python-web.scm
parent3bbd97c5d36cf2a550d30913b8adeea1dbe64b9c (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9de5bf94422..f483be63814 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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")