summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-28 23:20:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:36:13 +0100
commitf0ad91a7cd97a6abc4db006eb0d773c00290d54e (patch)
tree145d5748a244f82b9cecc500932924156985c3b6 /gnu/packages/python-web.scm
parent1720f5006ec4c458315dcd90ef7b0408e8f48305 (diff)
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2c60c5c28f..ded360f403 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5126,12 +5126,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