OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
117 stars 106 forks source link

Reduce the total amount of time spent on waiting on tests for Pycyphal when making pull requests #239

Closed silverv closed 1 year ago

silverv commented 1 year ago

The branch will get tested in AppVeyor and the pull request will also get tested there, that's unnecessary double redundancy. The only argument for this is that it's easier to allocate time for something else in between.

pavel-kirienko commented 1 year ago

Superseded by https://github.com/OpenCyphal/pycyphal/issues/259