~ruther/guix-local

8c495458a777afce67d097bf3d1aa8815899f099 — Ricardo Wurmus 1 year, 3 months ago 52aafe9
gnu: python-fastapi: Relax requirements.

* gnu/packages/python-web.scm (python-fastapi)[arguments]: Add phase
'relax-requirements.

Change-Id: I639d894eb1ee207cddcaa52344e48291c7a2a5c9
1 files changed, 7 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +7 -1
@@ 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