abderrahim commented on PR #1899: URL: https://github.com/apache/buildstream/pull/1899#issuecomment-1999667097
> Is it normal that `mypy` test is failing in this way ? I don't recall it failing, also it's running a python 3.11 interpreter and complaining that something is only supported since 3.8 :-/ It is "normal" because it isn't limiting the versions of the `types-*` dependencies. The "is only supported since 3.8" is a bug in mypy that is triggered by the updated `types-setuptools`. I'll look into fixing it separately. -- 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]
