-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.3.0: test_ctrl_c_clears fails #537
Comments
Looking at the patches applied on arch with
I'm not sure what to do here. Is urwid-upstream planning a new release with breaking changes to fix the CVEs? |
I think they are working on things actively atm, but it appears they are also introducing some breakage (sometimes accidentally). I'll disable the test for now. |
Leaving the test disabled for now sounds good to me. I don't think that I'll address this until upstream provides a new release (given that it's a moving target and it's unclear if it will contain breaking changes or not). Looks like this only affects the tests anyway. |
This also fixes CI builds. See: #537
`urwid` had some breaking changes and this disables one test in todoman to make it work with `urwid` again. See pimutils/todoman#537 Signed-off-by: Florian Brandes <[email protected]>
Hi! While trying to package 4.3.0 for Arch Linux I ran into test failures due to urwid:
Due to CVEs in ncurses I had to upgrade urwid to a commit past its last release:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urwid/-/commits/main
Full build/test logs:
todoman-4.3.0-1-x86_64-build.log
todoman-4.3.0-1-x86_64-check.log
The text was updated successfully, but these errors were encountered: