Restore JACK-Client macOS stubtest (#13721)

Restore JACK-Client macOS tests
This commit is contained in:
Avasam
2025-03-27 04:57:46 -04:00
committed by GitHub
parent 11929debd4
commit c67f9da373
+2 -2
View File
@@ -5,8 +5,8 @@ requires = ["numpy>=1.20", "types-cffi"]
[tool.stubtest]
# darwin and win32 are equivalent
platforms = ["linux"]
platforms = ["darwin", "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"]