[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/299: gnu: python-isort: Disable one test.
From: |
guix-commits |
Subject: |
140/299: gnu: python-isort: Disable one test. |
Date: |
Mon, 13 Jan 2025 15:18:16 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 63fcfb7a761f57fa7294b35c63df682652ac2514
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 15:20:32 2025 +0100
gnu: python-isort: Disable one test.
* gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable one
additional test.
Change-Id: I4c2c81326110cc25779339feb4bc12ea15240357
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e37c38b501..1b4555640a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25602,7 +25602,9 @@ package attempts to address the shortcomings of
@code{isodate}.")
(list
"not test_gitignore"
;; See <https://github.com/PyCQA/isort/issues/2234>.
-
"test_isort_should_warn_on_empty_custom_config_issue_1433")
+ "test_isort_should_warn_on_empty_custom_config_issue_1433"
+ ;; Fails because of an unexpected linebreak.
+ "test_black_pyi_file")
" and not ")
"--ignore=tests/unit/test_deprecated_finders.py")
#:phases
- 108/299: gnu: python-socks: Update to 2.6.1., (continued)
- 108/299: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/13
- 119/299: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/13
- 123/299: gnu: python-jose: Fix build., guix-commits, 2025/01/13
- 137/299: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/13
- 141/299: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/13
- 153/299: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/13
- 131/299: gnu: Remove python-dataclasses., guix-commits, 2025/01/13
- 158/299: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/13
- 148/299: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/13
- 126/299: gnu: Add python-joserfc., guix-commits, 2025/01/13
- 140/299: gnu: python-isort: Disable one test.,
guix-commits <=
- 145/299: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/13
- 178/299: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/13
- 175/299: gnu: python-omnipath: Update to 1.0.8-0.3d16134., guix-commits, 2025/01/13
- 172/299: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/13
- 174/299: gnu: python-pypika-tortoise: Add missing input., guix-commits, 2025/01/13
- 188/299: gnu: python-cell2cell: Add missing input., guix-commits, 2025/01/13
- 183/299: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/13
- 191/299: gnu: python-liana-py: Update to 1.4.0., guix-commits, 2025/01/13
- 184/299: gnu: python-locust: Disable some more tests., guix-commits, 2025/01/13
- 192/299: gnu: python-cachecontrol-0.11: Add missing inputs., guix-commits, 2025/01/13