rekado pushed a commit to branch master
in repository guix.
commit 2bcb8e6eddd493513718b61d2205537c5f7ae044
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:39:52 2025 +0100
gnu: python-fastapi: Enable multipart tests.
* gnu/packages/python-web.scm (python-fastapi)[arguments]: Do not ignore
multipart tests.
Change-Id: Ifb616700cf16f7eccb49f3d72a9cb5f98a62b2b3
---
gnu/packages/python-web.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0ea4c23d68..a3df81ff2a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9854,9 +9854,6 @@ and FastAPI.")
'(list "--ignore=tests/test_fastapi_cli.py"
;; cannot import name 'StaticPool' from 'sqlalchemy'
"--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.
"--ignore=tests/test_dependency_contextmanager.py")
#:phases