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

commit e8e46bbeb599f608627c869f654b1598bc09837f
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
 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 a391e3d525..3083989675 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21815,7 +21815,10 @@ applications.")
         (base32 "0j6ksfnq9qfjdfppbkdz7jh6w0gnslwnckhafmlgim29b25g0z51"))))
     (build-system pyproject-build-system)
     (arguments
-     (list #:phases
+     (list #:test-flags
+           ;; XXX: Added with [email protected], not fixed upstream.
+           #~(list "-k" "not test_regression_bug13")
+           #:phases
            #~(modify-phases %standard-phases
                (add-before 'check 'set-qpa
                  (lambda _

Reply via email to