DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
4 stars 2 forks source link

Add support for contraints to be generated in releases and put back in the repo #72

Closed coretl closed 7 months ago

coretl commented 7 months ago

In skeleton we produced a requirements.txt from each CI build that could be dropped back in the repo to fix a failed build. No-one ever used this, and it was over complicated, but the issue of "my dependencies moved on and broke the tests" needs to be fixed.

I suggest the following strategy: