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

Pin poetry to 1.7.1 to fix tests for poetry-based plugins #499

Merged
merged 2 commits into from
Mar 3, 2024

Conversation

sip-21
Copy link
Collaborator

@sip-21 sip-21 commented Mar 2, 2024

This PR is a temporary fix for the poetry-based backup and donations plugins whose tests are currently failing in CI. Recently released poetry v1.8 seems to cause problems in the current test setup. Pinning poetry to v1.7.1 makes the tests pass again.

@sip-21 sip-21 changed the title Pin poetry to 1.7.1 to fix tests of poetry-based plugins Pin poetry to 1.7.1 to fix tests for poetry-based plugins Mar 2, 2024
@chrisguida
Copy link
Collaborator

@cdecker are you okay with this change? We may need to update poetry to a newer version eventually, but it seems like 1.7.1 is ok for now?

@chrisguida
Copy link
Collaborator

@sip-21 any idea how to fix the broken plugins if we unpin later?

@sip-21
Copy link
Collaborator Author

sip-21 commented Mar 3, 2024

@sip-21 any idea how to fix the broken plugins if we unpin later?

@chrisguida At this point, no. It might well be a problem with the new Poetry version, not sure.
It looks like the way Poetry 1.8 installs the dependencies in the context of the test setup has changed.

@cdecker cdecker merged commit 458a53c into lightningd:master Mar 3, 2024
7 checks passed
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.

3 participants