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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2026-01-18 19:39:29 +01:00 committed by Sharlatan Hellseher
parent 0be74bda5b
commit 419b3f0314
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2516,17 +2516,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