conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
456 stars 101 forks source link

fix: Ensure that content hashes are updated for an existing lock file when re-locking #618

Closed jeffseif closed 3 months ago

jeffseif commented 3 months ago

Description

This addresses https://github.com/conda/conda-lock/issues/617 by making the changes described in this section.

Testing

I added an end-to-end test which failed before making the operative change and now passes 🎉 . My only uncertainty is if we feel comfortable hijacking the lock file fakes provided by test-update for this.

CC @maresb for review

netlify[bot] commented 3 months ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit 55747d20abae9723e9361c6311dbcf6742675cf4
Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/65f1f9b87a18de0008c43ced
Deploy Preview https://deploy-preview-618--conda-lock.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

maresb commented 3 months ago

Feel free to ping me once the CI turns green and I'll cut a new release.

jeffseif commented 3 months ago

@maresb the CI looks 🟢 to me! Let me know how I can help you to cut a new release.