From c67f9da3732f4374bc208f896a18c60435863e1b Mon Sep 17 00:00:00 2001 From: Avasam Date: Thu, 27 Mar 2025 04:57:46 -0400 Subject: [PATCH] Restore JACK-Client macOS stubtest (#13721) Restore JACK-Client macOS tests --- stubs/JACK-Client/METADATA.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/JACK-Client/METADATA.toml b/stubs/JACK-Client/METADATA.toml index bd070e6d0..f18e0144f 100644 --- a/stubs/JACK-Client/METADATA.toml +++ b/stubs/JACK-Client/METADATA.toml @@ -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"]