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

Replace poetry dev group name #32

Merged
merged 3 commits into from
Feb 8, 2024
Merged

Conversation

jseop-lim
Copy link
Contributor

@jseop-lim jseop-lim commented Feb 5, 2024

Description

  • Replace deprecated poetry group name in package.toml.

Ref

resolve #29

@jseop-lim jseop-lim requested a review from Kirade February 5, 2024 14:52
@jseop-lim jseop-lim self-assigned this Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1 1 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: a0bd4da by action🐍

@Kirade Kirade added the enhancement New feature or request label Feb 6, 2024
.gitignore Outdated
@@ -191,7 +191,7 @@ ipython_config.py
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
poetry.lock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you split this part into another PR?
This is not related to linked issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a correct suggestion! Since changing the poetry group name modifies the poetry.lock file, we should first merge the PR that adds poetry.lock to .gitignore.

@jseop-lim jseop-lim marked this pull request as draft February 6, 2024 06:31
@jseop-lim jseop-lim requested a review from Kirade February 6, 2024 06:45
@jseop-lim jseop-lim marked this pull request as ready for review February 8, 2024 01:37
Kirade
Kirade previously approved these changes Feb 8, 2024
@Kirade Kirade force-pushed the feature/29-rename-poetry-group branch from 0811e8e to a0bd4da Compare February 8, 2024 10:59
@Kirade Kirade merged commit 7e537c2 into master Feb 8, 2024
5 checks passed
@Kirade Kirade deleted the feature/29-rename-poetry-group branch February 8, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated poetry dependency management method
2 participants