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
It is literally slow only the first run now due to hash caching. This isn’t something I think we want to support or encourage since you are skipping all of the functionality of the tool
It is literally slow only the first run now due to hash caching.
FWIW This is definitely not true in my experience, anytime I add a new package locking takes a bunch of extra time. I only lock before pushing to master in preparation for deploys, 90% of my runs during development I have to add --skip-lock.
Locking can be very slow on some machines - for example, I always run pipenv with the
--skip-lock
option.It would be useful to control that behaviour from an environment variable.
The text was updated successfully, but these errors were encountered: