mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Replace METADATA stubtest key with stubtest_apt_packages (#6704)
This commit is contained in:
2
stubs/pyaudio/@tests/stubtest_allowlist.txt
Normal file
2
stubs/pyaudio/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
pyaudio.PaMacCoreStreamInfo
|
||||
pyaudio.paMacCoreStreamInfo
|
||||
@@ -1,3 +1,3 @@
|
||||
version = "0.2.*"
|
||||
python2 = true
|
||||
stubtest = false # install fails locally
|
||||
stubtest_apt_dependencies = ["portaudio19-dev"]
|
||||
|
||||
@@ -1 +1 @@
|
||||
pycurl
|
||||
pycurl.VERSION_FIRST
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version = "7.44.*"
|
||||
stubtest = false # install failure, missing libcurl
|
||||
stubtest_apt_dependencies = ["libcurl4-openssl-dev"]
|
||||
|
||||
Reference in New Issue
Block a user