mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c42f6d6a18
commit
e8e46bbeb5
1 changed files with 4 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue