etesync/etesync-dav

Flask-WTF and WTForms versions are not fully compatible

jasom opened this issue · 1 comments

jasom commented

Flask-WTF fails its tests due to missing wtforms.compat, which 3.x lacks.

I ran into this error packaging for NixOS as it runs tests for python packages by default. This isn't blocking anything currently, but I thought the etesync-dav maintainers might like to know.

tasn commented

Thanks for reporting! So what do you think the solution is, upgrading wtforms to latest?