Put smoke test deps in requirements.txt for Dependabot#7806
Put smoke test deps in requirements.txt for Dependabot#7806bluetech merged 3 commits intopytest-dev:masterfrom hugovk:smoketest-dependabot2
Conversation
Zac-HD
left a comment
There was a problem hiding this comment.
I'd go for daily + automerge, but let's try it out and see what happens 🚀
|
Thanks @hugovk, this seems like a good way to keep the plugin smoketest fresh. My preference is for a monthly update and without automerge (at least for start). I think daily would become annoying... I believe dependabot is already configured for this repo, so we'd just need a suitable |
|
I've added a file for this exported config: For info, the export said:
...
|
bluetech
left a comment
There was a problem hiding this comment.
Thanks, let's leave this up for a few days to let others a chance to chime in, then merge.
|
Great idea, thanks @hugovk!
How about we compromise and have it once a week? Doesn't seem like this would be much overhead. Regardless, 👍 from me! |

Here's an idea.
This moves the smoke test deps from #7721 into a
requirements.txtso they can pinned.Then, https://dependabot.com can be added to monitor this new
requirements.txtand send a new PR when there's a new plugin release. Add/testing/plugins_integrationas the Directory:That means we get a trigger when new plugins are released, which increases confidence that current master works with each plugin.
For example, see hugovk#6 and hugovk#7 on a similar branch on my fork.
Upsides:
Downsides:
I've left anyio at the non-latest version, to allow a test bump from 2.0.0 to 2.0.2.