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

commit c7c0c5e32c42bb58732b317f3d23c72ed03e7977
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 10:41:10 2026 +0100

    gnu: python-elastic-transport: Use the right python-pytest-asyncio.
    
    * gnu/packages/python-web.scm (python-elastic-transport)
    [native-inputs]: Replace python-pytest-asyncio by
    python-pytest-asyncio-0.26.
    
    Change-Id: I49d13fb4c1130f36cc73f89ba224958e2b1d4944
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 417d9bdb5e..a951ed490c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8211,7 +8211,7 @@ jspacker or CSS tidy.  It also supports URL rewriting in 
CSS files.")
                          python-opentelemetry-sdk
                          python-orjson
                          python-pytest
-                         python-pytest-asyncio
+                         python-pytest-asyncio-0.26
                          ;; python-pytest-cov
                          python-pytest-httpbin
                          python-pytest-httpserver

Reply via email to