rekado pushed a commit to branch master
in repository guix.

commit 1e490f2eb1c4faf8cb6cf764b57ecbedebe5d69c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 17 20:38:58 2025 +0100

    gnu: Add python-pytest-asyncio-0.21.
    
    * gnu/packages/check.scm (python-pytest-asyncio-0.21): New variable.
    
    Change-Id: I00a1c54acbe774965be013462906d4616252dc99
---
 gnu/packages/check.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 588336794c..818119a8d7 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2539,6 +2539,23 @@ to make testing async code easier.")
        (sha256
         (base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
 
+(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-cov-core
   (package
     (name "python-cov-core")

Reply via email to