mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Restore JACK-Client macOS stubtest (#13721)
Restore JACK-Client macOS tests
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user