mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fastapi: Relax requirements.
* gnu/packages/python-web.scm (python-fastapi)[arguments]: Add phase 'relax-requirements. Change-Id: I639d894eb1ee207cddcaa52344e48291c7a2a5c9
This commit is contained in:
parent
52aafe9522
commit
8c495458a7
1 changed files with 7 additions and 1 deletions
|
@ -9870,7 +9870,13 @@ and FastAPI.")
|
|||
;; it.
|
||||
"--ignore=tests/test_multipart_installation.py"
|
||||
;; FIXME: Unclear why these 8 tests fail.
|
||||
"--ignore=tests/test_dependency_contextmanager.py")))
|
||||
"--ignore=tests/test_dependency_contextmanager.py")
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "pyproject.toml"
|
||||
(("<0.42.0") "<=0.42.0")))))))
|
||||
(propagated-inputs (list python-email-validator
|
||||
python-fastapi-cli
|
||||
python-httpx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue