eliot
eliot copied to clipboard
Run CI weekly, to catch regressions from dependencies/tools
Change to Twisted broke the tests, but I only noticed because I was working on a new branch. So probably want to run tests weekly.
If you have a requirements.txt for testing, Dependabot can bump your dependency versions and submit a PR for you which can run CI.
Hmhm. That's an interesting idea. I guess I'd have requirements-test.txt for latest release (Python 3.8), and other Python versions would just use latest version that matches that version of Python.