forked from tribes/guix
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:
committed by
Sharlatan Hellseher
parent
5d24d682b5
commit
6a82e20822
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user