mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-trio: Update to 0.22.0.
* gnu/packages/python-xyz.scm (python-trio): Update to 0.22.0. [arguments]: Break long line in check phase. [propagated-inputs]: Add python-cffi and python-exceptiongroup.
This commit is contained in:
parent
9703715db8
commit
5b42a71571
1 changed files with 6 additions and 3 deletions
|
@ -24826,13 +24826,13 @@ (define-public python-outcome
|
||||||
(define-public python-trio
|
(define-public python-trio
|
||||||
(package
|
(package
|
||||||
(name "python-trio")
|
(name "python-trio")
|
||||||
(version "0.20.0")
|
(version "0.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "trio" version))
|
(uri (pypi-uri "trio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w30cwmdwfa8zq2agqv3h62jzwwsk7ms8f683ag8f3jx279m42k7"))))
|
(base32 "1kxa9v0cds0xnklvzppv4ix4xg81r73p5pm4qlvv2iqa832z2s6f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -24858,7 +24858,8 @@ (define-public python-trio
|
||||||
;; Assertion errors.
|
;; Assertion errors.
|
||||||
" and not test_guest_mode_ki"
|
" and not test_guest_mode_ki"
|
||||||
" and not test_run_in_trio_thread_ki"
|
" and not test_run_in_trio_thread_ki"
|
||||||
" and not test_simple_cancel_scope_usage_doesnt_create_cyclic_garbage"
|
" and not test_simple_cancel_scope_usage_doesnt_create\
|
||||||
|
_cyclic_garbage"
|
||||||
" and not test_nursery_cancel_doesnt_create_cyclic_garbage"
|
" and not test_nursery_cancel_doesnt_create_cyclic_garbage"
|
||||||
" and not test_cancel_scope_exit_doesnt_create_cyclic_garbage"
|
" and not test_cancel_scope_exit_doesnt_create_cyclic_garbage"
|
||||||
" and not test_locals_destroyed_promptly_on_cancel"
|
" and not test_locals_destroyed_promptly_on_cancel"
|
||||||
|
@ -24888,6 +24889,8 @@ (define-public python-trio
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-async-generator
|
(list python-async-generator
|
||||||
python-attrs
|
python-attrs
|
||||||
|
python-cffi
|
||||||
|
python-exceptiongroup
|
||||||
python-idna
|
python-idna
|
||||||
python-outcome
|
python-outcome
|
||||||
python-sniffio
|
python-sniffio
|
||||||
|
|
Loading…
Reference in a new issue