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

This commit is contained in:
Shantanu
2024-04-23 23:10:33 -07:00
committed by GitHub
parent 7ed91bc2e7
commit 29db988c0a
5 changed files with 10 additions and 13 deletions

View File

@@ -4,6 +4,6 @@ version = "0.2.*"
[tool.stubtest]
# linux and win32 are equivalent
platforms = ["darwin", "linux"]
platforms = ["linux"]
apt_dependencies = ["portaudio19-dev"]
brew_dependencies = ["portaudio"]
# brew_dependencies = ["portaudio"]