gnu: python-qasync: Ignore failing test.

* gnu/packages/python-xyz.scm (python-qasync)[arguments]{test-flags}:
Ignore failing tests.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-04 21:16:54 +02:00 committed by Andreas Enge
parent c42f6d6a18
commit e8e46bbeb5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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 _