Skip to content
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

Disable uwsgi, pyaudio, jack-client stubtest on macOS #11821

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

hauntsaninja
Copy link
Collaborator

Fixes #11813

Just opening this as an option, feel free to close if there's some better fix

@hauntsaninja hauntsaninja changed the title Disable uwsgi and pyaudio stubtest on macOS Disable uwsgi, pyaudio, jack-client stubtest on macOS Apr 24, 2024
Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do this for now, until a fix is found.

@srittau srittau merged commit 29db988 into python:main Apr 24, 2024
58 checks passed
@hauntsaninja hauntsaninja deleted the daily branch April 24, 2024 06:21
@Daverball
Copy link
Contributor

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.

@AlexWaygood
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Daily tests failed on Tue Apr 23 2024
4 participants