[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/455: gnu: python-isort: Disable one test.
From: |
guix-commits |
Subject: |
137/455: gnu: python-isort: Disable one test. |
Date: |
Mon, 20 Jan 2025 15:46:49 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a85358775f98b8826f03797764049542c5e98067
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
- 106/455: gnu: python-aiohttp-socks: Update to 0.10.1., (continued)
- 106/455: gnu: python-aiohttp-socks: Update to 0.10.1., guix-commits, 2025/01/20
- 71/455: gnu: fava: Update to 1.27., guix-commits, 2025/01/20
- 119/455: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/20
- 104/455: gnu: Add python-tiny-proxy., guix-commits, 2025/01/20
- 124/455: gnu: python-moto: Update to 5.0.25., guix-commits, 2025/01/20
- 64/455: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2025/01/20
- 107/455: gnu: python-matrix-nio: Update to 0.25.2., guix-commits, 2025/01/20
- 83/455: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/20
- 133/455: gnu: awscli-2: Remove obsolete build phase., guix-commits, 2025/01/20
- 132/455: gnu: awscli: Update to 1.36.32., guix-commits, 2025/01/20
- 137/455: gnu: python-isort: Disable one test.,
guix-commits <=
- 163/455: gnu: python-fastapi: Relax requirements., guix-commits, 2025/01/20
- 169/455: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/20
- 175/455: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/20
- 151/455: gnu: Add python-rich-toolkit., guix-commits, 2025/01/20
- 141/455: gnu: python-pillow-simd: Update to 10.0.1.post0., guix-commits, 2025/01/20
- 183/455: gnu: python-cattrs: Disable failing test., guix-commits, 2025/01/20
- 153/455: gnu: Add python-fastapi-cli., guix-commits, 2025/01/20
- 150/455: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/20
- 176/455: gnu: python-flask-login: Update to 0.6.3., guix-commits, 2025/01/20
- 158/455: gnu: python-lightning-cloud: Update to 0.5.70., guix-commits, 2025/01/20