OpenCyphal / pycyphal

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

Make Windows a supported platform for tests and development of Pycyphal #263

Closed silverv closed 1 year ago

silverv commented 1 year ago

You said that it doesn't work on Windows and it seems to be true, CI is failing anyway so we can't say that CI works so Windows is a viable development platform for this.

silverv commented 1 year ago

https://ci.appveyor.com/project/Zubax/pycyphal/builds/45479327/job/lnj20bour4iou6y5

pavel-kirienko commented 1 year ago

Windows is supported as a target platform, and there is a CI workflow to verify this. The workflow is functional, although it occasionally fails because some tests are a bit flaky (which is a separate issue not related to Windows). There are no plans to support Windows as a development platform.