eliot icon indicating copy to clipboard operation
eliot copied to clipboard

Run CI weekly, to catch regressions from dependencies/tools

Open itamarst opened this issue 6 years ago • 2 comments

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.

itamarst avatar Nov 25 '19 15:11 itamarst

If you have a requirements.txt for testing, Dependabot can bump your dependency versions and submit a PR for you which can run CI.

jtrakk avatar Dec 18 '19 04:12 jtrakk

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.

itamarst avatar Dec 18 '19 12:12 itamarst