From 6a268de36cc5fe5a69595471714726a9cd33cdb6 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 26 Jun 2026 11:56:39 +0200 Subject: [PATCH] [JACK-Client] Temporarily disable stubtest on darwin See https://github.com/python/typeshed/issues/15947 for details. Closes: #15942 --- stubs/JACK-Client/METADATA.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stubs/JACK-Client/METADATA.toml b/stubs/JACK-Client/METADATA.toml index 40a0bac719cf..b192bf639cf1 100644 --- a/stubs/JACK-Client/METADATA.toml +++ b/stubs/JACK-Client/METADATA.toml @@ -5,7 +5,9 @@ dependencies = ["numpy>=1.20", "types-cffi"] [tool.stubtest] # darwin and win32 are equivalent -ci-platforms = ["darwin", "linux"] +# TODO (2026-06-26): darwin temporarily disabled, see +# https://github.com/python/typeshed/issues/15947 +ci-platforms = ["linux"] apt-dependencies = ["libjack-dev"] brew-dependencies = ["jack"] # No need to install on the CI. Leaving here as information for Windows contributors.