From 36799250a273ea11a5f8e259fc751f89a6340ece Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 21 Sep 2025 10:44:53 +0100 Subject: [PATCH] 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 578d243a477d55561e1519fffcac229e8b7a3ba1..08229ff667ed77112391a022195c376e284e60bf 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