-
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
1.0.0b4 updates private repo dependencies every time #1582
Comments
This has already been fixed in #1563 and the fix will be available in the next beta release which should be out today or tomorrow. |
I can reproduce this issue in Poetry 1.0.0b5 |
@danyeaw You might need to update your lock file. |
Thanks for your response @sdispater. Environment is MSYS2 in Windows for a GTK app. I'm not using a private repo, so maybe I should open a new issue, but I am getting all dependencies update every time with the latest version. Version 1.0.0b3 worked fine.
If I run |
My issue is resolved with 1.0.0b5 as @sdispater said. I’ll leave this open for now but @danyeaw should probably open a new issue with a more accurate title. |
@sdispater I think this fix may have caused #1602 which stops export from working with private repo dependencies. |
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. |
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: macOS 10.14.6 Mojave
Poetry version: 1.0.0b4
Issue
For every project I have which includes dependencies from a private repo (Gemfury), when installing with
poetry install
every private repo dep shows that it's "updating" when there are no changes. For example- Updating s3-profiler (0.1.0 -> 0.1.0)
. This only happens with dependencies from my private repo, and it happens every time.In my pyproject.toml:
In my poetry.lock:
The text was updated successfully, but these errors were encountered: