mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 21:32:12 +08:00
Add support for Homebrew and Chocolatey (#9187)
This commit is contained in:
@@ -2,5 +2,9 @@ version = "0.5.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
platforms = ["linux"]
|
||||
# darwin and win32 are equivalent
|
||||
platforms = ["linux", "darwin"]
|
||||
apt_dependencies = ["libjack-dev"]
|
||||
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