-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Comments
@Ver1Sus shouln't websocker-client depend on websocket? Or does it still order incorrectly when this is already the case? |
This change allows users to disable parallel execution while using the new installer. Resolves: python-poetry#3087
This change allows users to disable parallel execution while using the new installer. Resolves: python-poetry#3087
This change allows users to disable parallel execution while using the new installer. Resolves: python-poetry#3087
This change allows users to disable parallel execution while using the new installer. Resolves: python-poetry#3087
Should, but it doesn't) By now, I fixed this, by using Thanks for pull request! Waiting new version |
This change allows users to disable parallel execution while using the new installer. Resolves: python-poetry#3087
This change allows users to disable parallel execution while using the new installer. Resolves: python-poetry#3087
This change allows users to disable parallel execution while using the new installer. Resolves: #3087
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. |
The new version of Poetry 1.1.1 installs dependency parallel - but this feature broke my programm
I use
websocket
andwebsocket-client
, wherewebsocket-client
extendswebsocket
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 aswebsocket-client
->websocket
, and after that, rpm has the oldWebSocket
class without ssl supportThe text was updated successfully, but these errors were encountered: