From 9652bdea413cec0641720d710d727d52974c2339 Mon Sep 17 00:00:00 2001 From: ANSHUL SINGH <72524975+ekanshul@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:59:30 +0530 Subject: [PATCH] [JACK-Client] Re-enable stubtest on darwin Co-Authored-By: Claude Fable 5 --- stubs/JACK-Client/METADATA.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stubs/JACK-Client/METADATA.toml b/stubs/JACK-Client/METADATA.toml index b192bf639cf1..40a0bac719cf 100644 --- a/stubs/JACK-Client/METADATA.toml +++ b/stubs/JACK-Client/METADATA.toml @@ -5,9 +5,7 @@ dependencies = ["numpy>=1.20", "types-cffi"] [tool.stubtest] # darwin and win32 are equivalent -# TODO (2026-06-26): darwin temporarily disabled, see -# https://github.com/python/typeshed/issues/15947 -ci-platforms = ["linux"] +ci-platforms = ["darwin", "linux"] apt-dependencies = ["libjack-dev"] brew-dependencies = ["jack"] # No need to install on the CI. Leaving here as information for Windows contributors.