We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8769b5b commit d804ee4Copy full SHA for d804ee4
1 file changed
stubs/JACK-Client/METADATA.toml
@@ -5,7 +5,9 @@ dependencies = ["numpy>=1.20", "types-cffi"]
5
6
[tool.stubtest]
7
# darwin and win32 are equivalent
8
-ci-platforms = ["darwin", "linux"]
+# TODO (2026-06-26): darwin temporarily disabled, see
9
+# https://github.com/python/typeshed/issues/15947
10
+ci-platforms = ["linux"]
11
apt-dependencies = ["libjack-dev"]
12
brew-dependencies = ["jack"]
13
# No need to install on the CI. Leaving here as information for Windows contributors.
0 commit comments