summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-18 19:57:50 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:28 +0100
commitc2b071024a55a676855b691f1bf04576e0e38266 (patch)
treeebb0f57d92f841c4ab78a44f23c14d8400f45b9d
parente20d30b674ff25dec137775083257380604b821a (diff)
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>
-rw-r--r--gnu/packages/check.scm17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f5fa8518e5e..bb1acf2c4b6 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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")