Open jonvanausdeln opened 1 week ago
From https://github.com/posit-dev/positron/issues/4949#issuecomment-2402325643:
this looks like a separate Windows-specific issue where our conversion from a file path (
workspaces/python_apps/fastapi_example/fastapi_example.py
) to a Python module import path (workspaces.python_apps.fastapi_example.fastapi_example
) is not working as expected.
This test is failing in the prerelease/2024.11
branch -- we may want to backport the Windows test skip to the branch, but probably not critical since I don't think we have automated tests for the patch branch?
This test is failing in the
prerelease/2024.11
branch -- we may want to backport the Windows test skip to the branch, but probably not critical since I don't think we have automated tests for the patch branch?
Yeah, we have to manually kick off runs on the release branch (for now). But a good idea to backport the skip. I'll do that later today.
System details:
Positron and OS details:
Positron 2024.11.0-140 Windows 11
Interpreter details:
Python 3.10.10, but also shows in other versions
Describe the issue:
Fastapi apps are not working on windows.
Steps to reproduce the issue:
Expected or desired behavior:
App to startup as it does on other platforms.
Were there any error messages in the UI, Output panel, or Developer Tools console?
!! QA NOTES !!
Once fixed turn back on fastapi test for windows.