From bdded85a3b7bdcdff2ff33dd1545a9f500456928 Mon Sep 17 00:00:00 2001
* gnu/packages/python-xyz.scm (python-anyio): Update to 3.5.0.
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Toggle diff (33 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a5d311680..25f60c6fb8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24766,14 +24766,14 @@ (define-public python-iocapture
(define-public python-anyio
(uri (pypi-uri "anyio" version))
- "0x03hsprdrs86wjjkj96zm2jswy3a5bgyrknyi58pzz5hdsscmxf"))))
+ "19m58805wir4i2s45dd5ynwlzb7ky1218isbir53gpqzzgigzbm0"))))
(build-system python-build-system)
@@ -24821,7 +24821,8 @@ (define-public python-anyio
" and not test_send_large_buffer"
" and not test_send_receive"
- " and not test_socket_options"))))))))
+ " and not test_socket_options"
+ " and not test_unretrieved_future_exception_server_crash"))))))))
(list python-idna python-sniffio python-typing-extensions))