diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
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 |
