thoth-station / micropipenv

A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.
https://pypi.org/project/micropipenv/
GNU Lesser General Public License v3.0
231 stars 25 forks source link

run tests every monday to check for a possible new pip release #297

Closed fridex closed 1 month ago

fridex commented 1 month ago

This introduces a breaking change

This Pull Request implements

pip is released every 3 months. As micropipenv checks for compatible versions in sources, it might be nice to trigger CI periodically and eventually report if it is behind the current pip version, or, if it needs to be adjusted. To support this, run tests every Monday at 7am UTC.

frenzymadness commented 1 month ago

I like the idea but it might be even better if we could check for new releases of pip, update micropipenv and open a PR with that change from github actions. I think it's possible to write a shell script to do that. That way, if a new release is available, you'll get PR with CI run ready to be merged instead of "just" failed CI.

fridex commented 1 month ago

+1, that makes sense (was it called "cyborg team member" back then? :) ). Sadly, I will not have time to implement it now.

frenzymadness commented 1 month ago

Proposal in #298

fridex commented 1 month ago

Superseded by #298