andreas pushed a commit to branch python-team
in repository guix.

commit 286d53ec4c28106594245cfad27652960f416221
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Fri Apr 4 21:16:54 2025 +0200

    gnu: python-qasync: Ignore failing test.
    
    * gnu/packages/python-xyz.scm (python-qasync)[arguments]{test-flags}:
    Ignore failing tests.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/python-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 651a0b2354..03c559a9af 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21804,7 +21804,10 @@ applications.")
         (base32 "0j6ksfnq9qfjdfppbkdz7jh6w0gnslwnckhafmlgim29b25g0z51"))))
     (build-system pyproject-build-system)
     (arguments
-     (list #:phases
+     (list #:test-flags
+           ;; XXX: Added with python@3.11, not fixed upstream.
+           #~(list "-k" "not test_regression_bug13")
+           #:phases
            #~(modify-phases %standard-phases
                (add-before 'check 'set-qpa
                  (lambda _

Reply via email to