gnu: python-a2wsgi: Disable one test.

* gnu/packages/python-web.scm (python-a2wsgi)[arguments]: Disable one more
test.

Change-Id: I034da8787155eaa6fd49f92ed9a84887c8311cbe
This commit is contained in:
Ricardo Wurmus 2024-12-17 13:36:30 +01:00
parent 282b9d313c
commit 0010d59106
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1076,7 +1076,9 @@ ASGI server.")
#~(list "-k" (string-join #~(list "-k" (string-join
(list "not test_starlette_stream_response" (list "not test_starlette_stream_response"
"test_starlette_base_http_middleware" "test_starlette_base_http_middleware"
"test_baize_stream_response") "test_baize_stream_response"
;; Fails because of harmless whitespace differences.
"test_wsgi_post")
" and not ")) " and not "))
#:build-backend "pdm.backend")) #:build-backend "pdm.backend"))
(native-inputs (native-inputs