Closed palfrey closed 2 years ago
Can you revert the skips you added for Python 2 and see if they pass now?
Can you revert the skips you added for Python 2 and see if they pass now?
I've just tried that locally, and they're still broken
Please revert the skips and the unicode related changes and push. The tests were working before, and only adding type comments shouldn't change that. If the previous code broke typing, that's a typing problem and that's secondary.
Please revert the skips and the unicode related changes and push. The tests were working before, and only adding type comments shouldn't change that. If the previous code broke typing, that's a typing problem and that's secondary.
Yup, you're right. I reset bits of the changes, removed the test skips and added a typing workaround for an upstream bug and it's working better now. Still one test to fix, but working on it...
:+1: I'm happy. Thanks for your patience! @dsagal ?
Thanks for all your hard work @palfrey !
Any thoughts on this @dsagal @alexmojaki?