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

key for sequential installation #3087

Closed
Ver1Sus opened this issue Oct 5, 2020 · 3 comments · Fixed by #3277
Closed

key for sequential installation #3087

Ver1Sus opened this issue Oct 5, 2020 · 3 comments · Fixed by #3277
Labels
kind/feature Feature requests/implementations

Comments

@Ver1Sus
Copy link

Ver1Sus commented Oct 5, 2020

The new version of Poetry 1.1.1 installs dependency parallel - but this feature broke my programm

I use websocket and websocket-client, where websocket-client extends websocket by replacin __init__.py and redefines WebSocket class, adding ssl support.

In version 1.0.0 I installed websocket -> websocket-client, but now, in CI during rpm creation, the libraries were installed as websocket-client -> websocket, and after that, rpm has the old WebSocket class without ssl support

@Ver1Sus Ver1Sus added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Oct 5, 2020
@abn
Copy link
Member

abn commented Oct 5, 2020

@Ver1Sus shouln't websocker-client depend on websocket? Or does it still order incorrectly when this is already the case?

abn added a commit to abn/poetry that referenced this issue Oct 5, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
abn added a commit to abn/poetry that referenced this issue Oct 5, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
abn added a commit to abn/poetry that referenced this issue Oct 5, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
abn added a commit to abn/poetry that referenced this issue Oct 5, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
@Ver1Sus
Copy link
Author

Ver1Sus commented Oct 6, 2020

shouln't websocker-client depend on websocket?

Should, but it doesn't) By now, I fixed this, by using poetry config experimental.new-installer false before poetry install - and installation become consistent.

Thanks for pull request! Waiting new version

abn added a commit to abn/poetry that referenced this issue Oct 19, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
abn added a commit to abn/poetry that referenced this issue Oct 23, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
@abn abn closed this as completed in #3277 Oct 23, 2020
abn added a commit that referenced this issue Oct 23, 2020
This change allows users to disable parallel execution while using the
new installer.

Resolves: #3087
@abn abn removed the status/triage This issue needs to be triaged label Mar 3, 2022
Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants