mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-16 23:13:37 +08:00
uWSGI: Makes stubtest_allowlist_darwin more resilient against CI flakyness (#11819)
This commit is contained in:
@@ -4,6 +4,6 @@ version = "0.2.*"
|
||||
|
||||
[tool.stubtest]
|
||||
# linux and win32 are equivalent
|
||||
platforms = ["linux"]
|
||||
platforms = ["darwin", "linux"]
|
||||
apt_dependencies = ["portaudio19-dev"]
|
||||
# brew_dependencies = ["portaudio"]
|
||||
brew_dependencies = ["portaudio"]
|
||||
|
||||
Reference in New Issue
Block a user