Open JanneKiiskila opened 1 month ago
Turns out this was not that difficult after all, so this could be released if need be. Our internal repository has this now, but we are not in a hurry to release it. Comes out with the next release when it comes (no schedule/plan available as of now).
Python 3.12 is not supported now. The code actually works and passes with Python 3.12 (as long as you use
pytest
7.4.2
), however issues is withpylint
. Currently selected version ofpylint
is not compatible with Python 3.12.If you upgrade
pylint
, you run int a number of issues - which should be either suppressed or fixed. Or if you upgrade to very latestpylint
, it will not work with Python 3.8 anymore.With
pytest
8.x the FOTA cases (all of them) will fail.