guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b40fd3b69c1b2305ef179925ecdcf2570330cebb
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 19:39:29 2026 +0100
gnu: Remove python-pytest-asyncio-0.23.
* gnu/packages/check.scm (python-pytest-asyncio-0.23): Delete variable.
Change-Id: I00190eb51efcd3f637ff827060999eb06703947c
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/check.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b68b7a122c..caa52b1bdc 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2514,17 +2514,6 @@ 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"))))))
-
;; It's the last 0.26.X version which is still required and has breaking
;; changes with 1.X.X.
(define-public python-pytest-asyncio-0.26