From e8e46bbeb599f608627c869f654b1598bc09837f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 4 Apr 2025 21:16:54 +0200 Subject: [PATCH] gnu: python-qasync: Ignore failing test. * gnu/packages/python-xyz.scm (python-qasync)[arguments]{test-flags}: Ignore failing tests. Signed-off-by: Sharlatan Hellseher --- 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 a391e3d5251..30839896753 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 python@3.11, not fixed upstream. + #~(list "-k" "not test_regression_bug13") + #:phases #~(modify-phases %standard-phases (add-before 'check 'set-qpa (lambda _