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 1.2.0a2: poetry update constantly reinstalls dependencies installed from custom repositories #4385

Closed
3 tasks done
jleclanche opened this issue Aug 15, 2021 · 3 comments
Labels
kind/bug Something isn't working as expected

Comments

@jleclanche
Copy link
Contributor

  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

  • OS version and name: Arch Linux

  • Poetry version: 1.2.0a2

Issue

See behaviour:

image

Looking at -vvv output, only thing I can find mentioning the custom package name:

gitlab-24844347: 1 packages found for alpaca-api-client >=0.9.2,<0.10.0
   1: fact: alpaca-api-client (0.9.2) depends on pydantic (>=1.8.2,<2.0.0)
   1: fact: alpaca-api-client (0.9.2) depends on requests (>=2.25.1,<3.0.0)
   1: fact: alpaca-api-client (0.9.2) depends on websockets (>=8.1,<9.0)
   1: selecting alpaca-api-client (0.9.2)

Encountered this while investigating #3855 which may be related.

@jleclanche jleclanche added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Aug 15, 2021
@jamtat
Copy link

jamtat commented Aug 18, 2021

+1 for this, similarly running poetry install in a project using a custom repo with a warm cache reinstalls everything unnecessarily

@radoering
Copy link
Member

Duplicate: #5360
Resolved by: #5362

@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Jun 11, 2022
Copy link

github-actions bot commented Mar 1, 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 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

4 participants