[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/397: gnu: python-a2wsgi: Disable one test.
From: |
guix-commits |
Subject: |
40/397: gnu: python-a2wsgi: Disable one test. |
Date: |
Thu, 16 Jan 2025 04:29:53 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 10beeea0aa073f6d9bb933458b6cf78a8e196749
Author: Ricardo Wurmus <rekado@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 4e1e03dded..e083316ec1 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
- 20/397: gnu: Add python-pypitoken., (continued)
- 20/397: gnu: Add python-pypitoken., guix-commits, 2025/01/16
- 26/397: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/16
- 12/397: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2025/01/16
- 11/397: gnu: Add python-time-machine., guix-commits, 2025/01/16
- 25/397: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/16
- 27/397: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2025/01/16
- 32/397: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2025/01/16
- 35/397: gnu: python-devtools: Simplify., guix-commits, 2025/01/16
- 29/397: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2025/01/16
- 38/397: gnu: python-httpx: Update to 0.28.1., guix-commits, 2025/01/16
- 40/397: gnu: python-a2wsgi: Disable one test.,
guix-commits <=
- 47/397: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2025/01/16
- 48/397: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/16
- 49/397: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/16
- 50/397: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2025/01/16
- 53/397: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2025/01/16
- 54/397: gnu: python-gevent: Update to 24.11.1., guix-commits, 2025/01/16
- 55/397: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/16
- 56/397: gnu: python-gevent: Propagate greenlet., guix-commits, 2025/01/16
- 57/397: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2025/01/16
- 58/397: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2025/01/16