You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MustMatch: "missing main.py and GOOGLE_FUNCTION_SOURCE not specified. Either create the function in main.py or specify GOOGLE_FUNCTION_SOURCE to point to the file that contains the function",
MustMatch: "This project is using pyproject.toml but you have not included the Functions Framework in your dependencies. Please add it by running: 'poetry add functions-framework' or 'uv add functions-framework'.",
MustMatch: "Vendored dependencies detected, please add functions-framework to requirements.txt and download it using pip",
137
167
},
168
+
{
169
+
Name: "fail_pyproject_without_framework",
170
+
App: "fail_pyproject_without_framework",
171
+
Env: []string{"X_GOOGLE_RELEASE_TRACK=ALPHA"},
172
+
MustMatch: "This project is using pyproject.toml but you have not included the Functions Framework in your dependencies. Please add it by running: 'poetry add functions-framework' or 'uv add functions-framework'.",
0 commit comments