rekado pushed a commit to branch master
in repository guix.

commit a85358775f98b8826f03797764049542c5e98067
Author: Ricardo Wurmus <[email protected]>
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

Reply via email to