itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.1k stars 66 forks source link

Run CI weekly, to catch regressions from dependencies/tools #438

Open itamarst opened 4 years ago

itamarst commented 4 years ago

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.

jtrakk commented 4 years ago

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

itamarst commented 4 years ago

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.