From f0ad91a7cd97a6abc4db006eb0d773c00290d54e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 23:20:22 +0100 Subject: 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 --- gnu/packages/python-web.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu/packages/python-web.scm') 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 -- cgit v1.3