juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
76 stars 3 forks source link

🐛 cross-platform hashes #60

Closed juftin closed 9 months ago

juftin commented 9 months ago

This PR resolves an issue where file hashes were different between Windows and Unix due to CRLF vs LF line endings.

This PR adds a new testing environment in Windows, but skips tests/test_integration.py::test_new_dependency[pip-sync] test on Windows due to an unknown issue - this needs to be investigated further (see job # 20328079974, issue to come.)

closes #58

juftin commented 9 months ago

:tada: This PR is included in version 1.9.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: