mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user