rekado pushed a commit to branch python-team in repository guix. commit 9089f8f6bdef1da7ea78bf80d140d8efa9142e91 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Tue Dec 17 13:36:30 2024 +0100
gnu: python-a2wsgi: Disable one test. * gnu/packages/python-web.scm (python-a2wsgi)[arguments]: Disable one more test. Change-Id: I034da8787155eaa6fd49f92ed9a84887c8311cbe --- gnu/packages/python-web.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1c30d6879f..eca2bae72d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1076,7 +1076,9 @@ ASGI server.") #~(list "-k" (string-join (list "not test_starlette_stream_response" "test_starlette_base_http_middleware" - "test_baize_stream_response") + "test_baize_stream_response" + ;; Fails because of harmless whitespace differences. + "test_wsgi_post") " and not ")) #:build-backend "pdm.backend")) (native-inputs