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

@@ -5,8 +5,8 @@ requires = ["numpy>=1.20", "types-cffi"]
[tool.stubtest]
# darwin and win32 are equivalent
platforms = ["darwin", "linux"]
platforms = ["linux"]
apt_dependencies = ["libjack-dev"]
brew_dependencies = ["jack"]
# brew_dependencies = ["jack"]
# No need to install on the CI. Leaving here as information for Windows contributors.
# choco_dependencies = ["jack"]