mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 08:10:29 +02:00
gnu: python-waitress: Remove python-pytest-cov input.
* gnu/packages/python-web.scm (python-waitress) [native-inputs]: Remove python-coverage, python-pytest-cov, python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
e5b292433f
commit
c65c335437
@@ -4956,12 +4956,10 @@ desired
|
||||
"07y3xyx2006f2ni5d55byh3y7w4kcg9xww7vmfjasi0cmzralak8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; https://github.com/Pylons/waitress/issues/443
|
||||
(list #:test-flags #~(list "-k" "not test_service_port")))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools))
|
||||
(list
|
||||
;; https://github.com/Pylons/waitress/issues/443
|
||||
#:test-flags #~(list "-k" "not test_service_port")))
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(home-page "https://github.com/Pylons/waitress")
|
||||
(synopsis "Waitress WSGI server")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user