gnu: python-css-html-js-minify: Fix tests.

* gnu/packages/python-web.scm (python-css-html-js-minify)[native-inputs]:
Remove python-wheel and unzip; add python-pytest.

Change-Id: I57b06e9f66c95a50c4bbff97b7f208b4ae8774c6
This commit is contained in:
Sharlatan Hellseher 2025-09-21 10:44:53 +01:00
parent 729b200b04
commit 2a7714ed8e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1934,7 +1934,7 @@ routes using HTTP Digest Authentication.")
(lambda _ (lambda _
(substitute* "setup.cfg" (substitute* "setup.cfg"
(("^tests_require.*") ""))))))) (("^tests_require.*") "")))))))
(native-inputs (list python-setuptools python-wheel unzip)) (native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/juancarlospaco/css-html-js-minify") (home-page "https://github.com/juancarlospaco/css-html-js-minify")
(synopsis "CSS/HTML/JS minifier") (synopsis "CSS/HTML/JS minifier")
(description (description