-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
reqs: allow xmltodict 0.13 #2334
Conversation
… Coveralls is broken again. Really? 😑 (Edit, next day: It's fixed. CI re-run and passed.) |
Unsure how much this will help, but disabling tests fixes the issue: Arch PKGBUILD log
|
Hm, the errors in that log look like what happened the last time I tried to run tests in pytest 7, without upgrading xmltodict. I don't think that breakage is related to this specific upgrade. |
Damn it, I did the misclick thing again. Anyway, I vote to delay this (my own PR, yes) until after #2328. No, I don't know why the tests that were passing now fail flake8. I didn't touch those, but something must have updated upstream. |
I tried and tried, but couldn't find any reason not to allow the newer version of xmltodict now that we no longer support Python 2.
OK, same change but on top of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change requested. Once fixed you can directly go to merge in my opinion, as tests pass.
Description
Tin. I tried and tried, but couldn't find any reason not to allow the newer version of xmltodict now that we no longer support Python 2.
Checklist
make qa
(runsmake quality
andmake test
)Notes
On IRC, @Strykar said this does break something, but I have no idea what (no details). I invite them to post said details here.