Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Pipfile.lock getting clobbered with path based dependencies #460

Closed
greenape opened this issue May 7, 2019 · 5 comments
Closed

Pipfile.lock getting clobbered with path based dependencies #460

greenape opened this issue May 7, 2019 · 5 comments

Comments

@greenape
Copy link

greenape commented May 7, 2019

We have a a couple of Pipfiles which have another path in the same repo as an editable dependency, e.g. project_b = {editable = true,path = "./../project_b"} in project a's Pipfile.

When dependabot updates the lock file for project a, the lock files lose all the previously locked deps from project b (e.g. Flowminder/FlowKit@7ff5d33), necessitating a manual relock of the Pipfile.

Anything we can do to stop that happening?

@greysteil
Copy link
Contributor

Oooh, that looks like a bug to me. Let me dig into it.

@greysteil
Copy link
Contributor

Ack, actually, on second thoughts, I think what's needed here is this feature in Pipenv, which should be released soon. 🤞

@greenape
Copy link
Author

greenape commented May 7, 2019

I did wonder if that might be the issue actually. Pipenv’s release cycle could do with being bit more frequent 🙄

@stale
Copy link

stale bot commented Oct 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within seven days. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 23, 2019
@stale stale bot closed this as completed Oct 30, 2019
@greenape
Copy link
Author

Any chance this is going to be resolved now there's a new Pipenv release?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants