gnu: Remove python-pytest-asyncio-0.21.

* gnu/packages/check.scm (python-pytest-asyncio-0.21): Delete variable.

Fixes: guix/guix#5738
Change-Id: Id288d8132a2e74879f72f92638b7c661f7d7e3b9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2026-01-18 19:57:50 +01:00 committed by Andreas Enge
parent bd4061ca66
commit f310ce2ce5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2547,23 +2547,6 @@ to make testing async code easier.")
;; avoid propagation of python-pytest-8.
((">=8.2,<9") ">=8.2")))))))))
(define-public python-pytest-asyncio-0.21
(package
(inherit python-pytest-asyncio)
(version "0.21.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest_asyncio" version))
(sha256
(base32 "0iag2lmglfajiasxi3dr2110gq0nxc5paq6hp4kb751b4gy3hxyn"))))
(native-inputs
(list python-flaky
python-pytest-trio
python-setuptools-scm
python-setuptools
python-wheel))))
(define-public python-codecov
(package
(name "python-codecov")