Disable uwsgi, pyaudio, jack-client stubtest on macOS#11821
Conversation
srittau
left a comment
There was a problem hiding this comment.
Let's do this for now, until a fix is found.
|
For uWSGI and pyaudio the issue seems to be related to the pip cache, as demonstrated in #11819, as soon as the cache isn't used, both distributions pass stubtest on MacOS. JACK-Client still fails though. I couldn't really find out whether any cache would cause issues or just the current cache however, since I can't delete the caches. I could explore just switching over to uv and skip using a cache altogether for stubtest, since that will likely still be faster than pip with the cache. |
See #11531 for the previous attempt |
Fixes #11813
Just opening this as an option, feel free to close if there's some better fix