box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
377 stars 60 forks source link

GitHub Action to run tox #193

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Because Travis CI is no longer free to open-source projects.

Test results: https://github.com/cclauss/flaky/actions

image

@Jeff-Meadows Your review, please.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

Jeff-Meadows commented 1 year ago

@cclauss Could you tell me a bit more about the pylintrc changes and why they are part of this PR?

I think no longer running the nosetests makes sense at this point.

cclauss commented 1 year ago

Modern versions of Pylint have added several new lint rules that we needed to update or the pylint runs would fail.