guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]