mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
7674e46b19
commit
3c9365204c
1 changed files with 3 additions and 3 deletions
|
@ -8231,8 +8231,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"))))
|
||||
|
@ -8259,7 +8259,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue