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
return packit.DetectResult{}, packit.Fail.WithMessage("%s must include [tool.poetry.dependencies.python], see https://python-poetry.org/docs/pyproject/#dependencies-and-dev-dependencies", PyProjectTomlFile)
42
+
return packit.DetectResult{}, packit.Fail.WithMessage("%s must include [project.requires-python] or [tool.poetry.dependencies.python], see https://python-poetry.org/docs/pyproject/#requires-python", PyProjectTomlFile)
Expect(err).To(MatchError(packit.Fail.WithMessage("pyproject.toml must include [tool.poetry.dependencies.python], see https://python-poetry.org/docs/pyproject/#dependencies-and-dev-dependencies")))
144
+
Expect(err).To(MatchError(packit.Fail.WithMessage("pyproject.toml must include [project.requires-python] or [tool.poetry.dependencies.python], see https://python-poetry.org/docs/pyproject/#requires-python")))
0 commit comments