guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c3e481e9ed66254960654479219145bf1d075ffa
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 14 16:18:22 2025 +0100
gnu: Add python-pytest-asyncio-0.26.
* gnu/packages/check.scm (python-pytest-asyncio-0.26): New variable.
Change-Id: Ie72a17dd220f877e2f07ed3230a7a3dc5fa8f83f
---
gnu/packages/check.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 326c0b1eb2..29ece97659 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2592,6 +2592,17 @@ to make testing async code easier.")
(sha256
(base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
+(define-public python-pytest-asyncio-0.26
+ (package
+ (inherit python-pytest-asyncio)
+ (version "0.26.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest_asyncio" version))
+ (sha256
+ (base32 "0bri1scs8whdrxb3jrv0ywiz20qb0mrll3kzkvriy928frljmpy4"))))))
+
(define-public python-pytest-asyncio-0.21
(package
(inherit python-pytest-asyncio)