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