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

Poetry Notation Update #447

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Poetry Notation Update #447

merged 1 commit into from
Mar 14, 2024

Conversation

phutelmyer
Copy link
Contributor

@phutelmyer phutelmyer commented Mar 14, 2024

Describe the Change
This change updates the poetry install command in the Dockerfile to use the new --only main option, replacing the deprecated --no-dev flag. This is in line with the latest best practices and ensures compatibility with the newer versions of poetry. The change is necessary to prevent build errors and to maintain the stability of the CI/CD pipeline.

Describe Testing Procedures
To verify this change, I performed the following steps:

  • Built the Docker image using the updated Dockerfile.
  • Ran the container to ensure that the application starts up correctly.
  • Ran the existing unit and integration test suite to confirm that no new errors were introduced.
  • Verified that the change did not affect the output of the poetry install command, other than the expected suppression of the deprecation warning.

Sample output
No output changes

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of and tested my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@phutelmyer phutelmyer marked this pull request as ready for review March 14, 2024 12:34
@phutelmyer phutelmyer merged commit c278cc0 into master Mar 14, 2024
4 checks passed
@phutelmyer phutelmyer deleted the poetry-update branch March 14, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant