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

🐛 regex safe constraints path #57

Closed juftin closed 9 months ago

juftin commented 9 months ago

Closes #56

juftin commented 9 months ago

😠 This test fixture doesn't seem to be working on the Windows tests

https://github.com/juftin/hatch-pip-compile/blob/2559a6e20012226c7b30aaf20bd66e5bbe158ede/tests/conftest.py#L167-L172

https://github.com/juftin/hatch-pip-compile/actions/runs/7450650936/job/20270034562

EDIT: Actually, this looks like it's happening outside of the tests 🤔

juftin commented 9 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: