[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/107: gnu: python-a2wsgi: Disable one test.
From: |
guix-commits |
Subject: |
43/107: gnu: python-a2wsgi: Disable one test. |
Date: |
Wed, 1 Jan 2025 12:49:00 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit ee7357dff609699d656c4e8efe6e5a7443c03665
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 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
- 70/107: gnu: python-pydantic-core: Update to 2.18.1., (continued)
- 70/107: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2025/01/01
- 73/107: gnu: python-babel: Update to 2.16.0., guix-commits, 2025/01/01
- 90/107: gnu: cwltool: Patch tox.ini., guix-commits, 2025/01/01
- 16/107: gnu: Add python-strictyaml., guix-commits, 2025/01/01
- 18/107: gnu: Add python-repoze-lru., guix-commits, 2025/01/01
- 35/107: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2025/01/01
- 38/107: gnu: python-devtools: Simplify., guix-commits, 2025/01/01
- 102/107: gnu: python-openapi-schema-validator: Relax requirements., guix-commits, 2025/01/01
- 39/107: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/01
- 44/107: gnu: python-tox: Simplify., guix-commits, 2025/01/01
- 43/107: gnu: python-a2wsgi: Disable one test.,
guix-commits <=
- 52/107: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/01
- 53/107: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/01
- 56/107: gnu: python-pandas-2: Remove X., guix-commits, 2025/01/01
- 63/107: gnu: python-httpretty: Enable tests., guix-commits, 2025/01/01
- 64/107: gnu: python-pydevd: Disable flaky tests., guix-commits, 2025/01/01
- 65/107: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2025/01/01
- 75/107: gnu: python-markdown2: Update to 2.5.2., guix-commits, 2025/01/01
- 76/107: gnu: python-pdfminer-six: Update to 20240706., guix-commits, 2025/01/01
- 84/107: gnu: python-cwl-upgrader: Add missing inputs., guix-commits, 2025/01/01
- 85/107: gnu: python-cwl-utils: Add missing inputs., guix-commits, 2025/01/01