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

commit 9a33e26d2e22bfce7e226195a6c7078ea12d1cb9
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Fri Jul 18 07:49:21 2025 +0100

    gnu: python-uvicorn: Fix build.
    
    * gnu/packages/python-web.scm (python-uvicorn):
      [native-inputs]: Remove python-pytest-asyncio; add
      python-pytest-asyncio-0.26.
    
    Change-Id: I1066aef6557eec3a173d88535e14cbd847ae36f3
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9c4405f8fe..170b4b1a66 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8181,8 +8181,8 @@ cython_always = true"))))))))
        ;; PyPI tarball has no tests.
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/encode/uvicorn";)
-             (commit version)))
+              (url "https://github.com/encode/uvicorn";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32 "05lkxnpzmr0kik81kdcvavjvvc4d1lgmw88mr4vbwsqk147wgqbc"))))
@@ -8209,7 +8209,7 @@ cython_always = true"))))))))
            python-hatchling
            python-httpx-bootstrap
            python-pytest
-           python-pytest-asyncio
+           python-pytest-asyncio-0.26
            python-pytest-mock
            python-requests
            python-trustme

Reply via email to