Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Poetry 1.2.x release #21

Closed
3 of 4 tasks
rszamszur opened this issue Jan 21, 2022 · 3 comments · Fixed by #142
Closed
3 of 4 tasks

Migrate to Poetry 1.2.x release #21

rszamszur opened this issue Jan 21, 2022 · 3 comments · Fixed by #142
Assignees
Labels
enhancement New feature or request

Comments

@rszamszur
Copy link
Member

rszamszur commented Jan 21, 2022

The get-poetry.py script will be replaced in Poetry 1.2 by install-poetry.py.

Moreover, some additional adjustments will be needed in order to accommodate to new minor version:

  • Change default $POETRY_HOME to $HOME/.local/share/pypoetry in all relevant files (make scripts, Dockerfiles, nix shell expressions).
  • Change absolute path to poetry executable to: $POETRY_HOME/venv/bin/poetry
  • Update install scripts with install-poetry.py URL.
  • Update Poetry config in GitHub workflows

The above applies to both package (fastapi-mvc) and template.

@rszamszur rszamszur added the enhancement New feature or request label Jan 21, 2022
@rszamszur rszamszur added blocked Issue is blocked at the moment good first issue Good for newcomers labels Jan 21, 2022
@rszamszur
Copy link
Member Author

For now, blocked. Awaiting Poetry 1.2.0 release.

@rszamszur
Copy link
Member Author

@rszamszur
Copy link
Member Author

Poetry 1.2.0 is officially released.

@rszamszur rszamszur removed the blocked Issue is blocked at the moment label Sep 12, 2022
@rszamszur rszamszur self-assigned this Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant