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

#523 - Poetry version fixes #524

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

meliz19
Copy link
Contributor

@meliz19 meliz19 commented Jan 6, 2025

No description provided.

@@ -22,6 +22,8 @@ runs:
default: 3.11.4
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: fixing version until we update Habushu

Copy link
Contributor

Choose a reason for hiding this comment

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

Assuming this is the highest pre-2.0 version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep!

@@ -4,7 +4,7 @@ FROM docker.io/python:3.11 AS habushu_builder
RUN python -m ensurepip --upgrade && \
pip install poetry && \
poetry self add poetry-monorepo-dependency-plugin && \
poetry self add poetry-plugin-bundle@1.3.0
poetry self add poetry-plugin-bundle
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: Removing fixed version until we update Habushu (line 5 installs the latest version of poetry)

@@ -80,6 +80,7 @@
<dockerBuilderBase>docker.io/python:3.11</dockerBuilderBase>
<dockerFinalBase>docker.io/python:3.11-slim</dockerFinalBase>
<dockerUser>1001</dockerUser>
<updateDockerfile>false</updateDockerfile>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: Turning off habushu so that we can make the fix in the Dockerfiles above

Copy link
Contributor

@ewilkins-csi ewilkins-csi Jan 6, 2025

Choose a reason for hiding this comment

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

A: Let's add a POM comment saying why we're turning off the update feature, and when we plan to turn it back on.

@meliz19 meliz19 force-pushed the 523-fix-poetry-versioning-breakage branch from 0d0e628 to 226386b Compare January 6, 2025 20:40
@meliz19 meliz19 merged commit 4f1faaf into dev Jan 6, 2025
3 checks passed
@meliz19 meliz19 deleted the 523-fix-poetry-versioning-breakage branch January 6, 2025 20:42
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.

BUG: Poetry 2.0.0 release leads to dependency resolution failure with Habushu plugin in CI build
3 participants