guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 2a7714ed8e788895328bb5a6a477d664bd1fffed Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sun Sep 21 10:44:53 2025 +0100
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 --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 578d243a47..08229ff667 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1934,7 +1934,7 @@ routes using HTTP Digest Authentication.") (lambda _ (substitute* "setup.cfg" (("^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") (synopsis "CSS/HTML/JS minifier") (description