Difficulties running the tests? #76
-
First Check
Example CodeDescription
I find that many of the tests hang indefinitely. If I use Ctrl+C ( Operating SystemLinux Operating System DetailsFedora Asahi Remix 42 Python VersionPython 3.13.7 FastAPI ClI Version(none, not installed in virtualenv) Additional ContextOutput when each hanging test is interrupted manually with I’m trying to package this for Fedora, https://bugzilla.redhat.com/show_bug.cgi?id=2379742. I find that when I am building an RPM in a mock chroot, the same tests error and fail as I have reported here, although the details of exactly how they fail differ, and they fail promptly rather than hanging. What am I missing here? Is there something else that needs setting up in the environment? Do the tests expect to have real FastAPI Cloud credentials? I didn’t see anything obvious in https://github.com/fastapilabs/fastapi-cloud-cli/blob/0.1.5/.github/workflows/test.yml, and the same testing steps work properly for other FastAPI projects. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It looks like this was due to an incompatibility with the current rich-toolkit, and was fixed in 0.2.0 by #78. |
Beta Was this translation helpful? Give feedback.
It looks like this was due to an incompatibility with the current rich-toolkit, and was fixed in 0.2.0 by #78.