sharlatan pushed a commit to branch python-team
in repository guix.
commit 4f14ea3951c6fa069dc74d4083b12e9667797751
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 26 08:31:18 2024 +0000
gnu: Add python-pytest-asyncio-0.23.
* gnu/packages/check.scm (python-pytest-asyncio-0.23): New variable.
Change-Id: I4de42bee146ac1e1a10de7a3b605734c2386465f
---
gnu/packages/check.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2f90fe1784..7e0efabc8f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2526,6 +2526,17 @@ testing tools. @code{pytest-asyncio} provides useful
fixtures and markers
to make testing async code easier.")
(license license:asl2.0)))
+(define-public python-pytest-asyncio-0.23
+ (package
+ (inherit python-pytest-asyncio)
+ (version "0.23.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest_asyncio" version))
+ (sha256
+ (base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
+
(define-public python-cov-core
(package
(name "python-cov-core")