guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 23ad269edb2e605de0d77751e582377e0115b87e
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 00fc7bd9df..299ae2bd3d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2621,6 +2621,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)