guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 96fa33021fb792de0086b1edaffaceb02fbfd7aa
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 19:57:50 2026 +0100

    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 <[email protected]>
---
 gnu/packages/check.scm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index caa52b1bdc..0b012a4aca 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2545,23 +2545,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")

Reply via email to