hy144328 commented on PR #41915: URL: https://github.com/apache/superset/pull/41915#issuecomment-4963929778
> @hy144328 thanks for the numbers. CI ran green here so the volume did not seem to overwhelm anything, and `filterwarnings` only hard-errors the few categories we have actually migrated, so the rest stay print-only. Curious what your 7 local failures were though, if they fall outside that set? @rusackas Sorry for the late reply. I have been noticing errors locally here and there that did not show up in the CI. So I mostly ignored them to keep things moving. I have just noticed that they all go away when I upgrade my virtual environment from Python 3.10 to 3.11. For instance, there is the [LalitMaganti/syntaqlite ](https://github.com/lalitMaganti/syntaqlite) dependency, which claims to be Python 3.10 compatible. But it causes unit tests to fail because it imports [`enum.StrEnum`](https://docs.python.org/3/library/enum.html#enum.StrEnum) , which has only been introduced in Python 3.11 . I wonder whether it is worthwhile raising a ticket for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
