Add missing symbols in pyaudio stubs (#9206)

Split off from #9187
Turned off `ignore_missing_stub` for pyaudio stubs.
Ensured it's valid for Windows and MacOS.
This commit is contained in:
Avasam
2022-11-16 09:23:08 -05:00
committed by GitHub
parent 0fbe70f709
commit 41d508472a
3 changed files with 48 additions and 24 deletions
+1
View File
@@ -1,5 +1,6 @@
version = "0.2.*"
[tool.stubtest]
ignore_missing_stub = false
platforms = ["linux"]
apt_dependencies = ["portaudio19-dev"]