mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fastapi: Enable multipart tests.
* gnu/packages/python-web.scm (python-fastapi)[arguments]: Do not ignore multipart tests. Change-Id: Ifb616700cf16f7eccb49f3d72a9cb5f98a62b2b3
This commit is contained in:
parent
2839bb205d
commit
2bcb8e6edd
1 changed files with 0 additions and 3 deletions
|
@ -9854,9 +9854,6 @@ and FastAPI.")
|
||||||
'(list "--ignore=tests/test_fastapi_cli.py"
|
'(list "--ignore=tests/test_fastapi_cli.py"
|
||||||
;; cannot import name 'StaticPool' from 'sqlalchemy'
|
;; cannot import name 'StaticPool' from 'sqlalchemy'
|
||||||
"--ignore-glob=tests/test_tutorial/*"
|
"--ignore-glob=tests/test_tutorial/*"
|
||||||
;; FIXME: we have python-multipart, but these tests fail to find
|
|
||||||
;; it.
|
|
||||||
"--ignore=tests/test_multipart_installation.py"
|
|
||||||
;; FIXME: Unclear why these 8 tests fail.
|
;; FIXME: Unclear why these 8 tests fail.
|
||||||
"--ignore=tests/test_dependency_contextmanager.py")
|
"--ignore=tests/test_dependency_contextmanager.py")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue