You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
If we're trying to use tox and pipenv to have a reproducible build I feel like we should be using Pipfile.lock when installing the dependencies via pipenv sync
This way when the tox builds run in CI or locally it should be reproducible and faster since the whole dependency graph does not need to be determined all over again.
The changes here I don't think are significant. I'd be willing to put together a patch, I just want to know if this is desired before I put in the effort.
If we're trying to use tox and pipenv to have a reproducible build I feel like we should be using
Pipfile.lockwhen installing the dependencies viapipenv syncThis way when the tox builds run in CI or locally it should be reproducible and faster since the whole dependency graph does not need to be determined all over again.
The changes here I don't think are significant. I'd be willing to put together a patch, I just want to know if this is desired before I put in the effort.