guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1ffd2c6b16586b15b728ba30f5a30c1252721572
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 29 13:27:01 2025 +0100
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
---
gnu/packages/python-web.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3ff0fca527..0d2e019a9d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3351,6 +3351,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")