gnu: python-livereload: Fix tests.

* gnu/packages/python-web.scm (python-livereload):
[arguments]<#:test-backend>: Set it.
[native-inputs]: Remove python-wheel.

Change-Id: I89d27dfc3ebba7c32ddafdcc9266ce60cf1aa3bf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-21 18:09:01 +02:00 committed by Sharlatan Hellseher
parent d66ee48593
commit fe8da9319f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8563,7 +8563,8 @@ association.")
(sha256
(base32 "19wkdd1grw6mcd4qi8iaw4jdr207h3m24951vgy69j7g904lynjq"))))
(build-system pyproject-build-system)
(native-inputs (list python-django python-setuptools python-wheel))
(arguments (list #:test-backend #~'unittest))
(native-inputs (list python-django python-setuptools))
(propagated-inputs (list python-tornado))
(home-page "https://github.com/lepture/python-livereload")
(synopsis "Python LiveReload")