mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 03:22:32 +08:00
stubtest: use separate table in METADATA.toml (#8096)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
version = "0.5.*"
|
||||
stubtest_apt_dependencies = ["libjack-dev"]
|
||||
|
||||
[tool.stubtest]
|
||||
apt_dependencies = ["libjack-dev"]
|
||||
|
||||
@@ -7,6 +7,7 @@ extra_description = """\
|
||||
using `pip`.\
|
||||
"""
|
||||
|
||||
[tool.stubtest]
|
||||
# Since the "gdb" Python package is available only inside GDB, it is not
|
||||
# possible to install it through pip, so stub tests cannot install it.
|
||||
stubtest = false
|
||||
skip = true
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
version = "0.2.*"
|
||||
stubtest_apt_dependencies = ["portaudio19-dev"]
|
||||
|
||||
[tool.stubtest]
|
||||
apt_dependencies = ["portaudio19-dev"]
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
version = "7.44.*"
|
||||
stubtest_apt_dependencies = ["libcurl4-openssl-dev"]
|
||||
|
||||
[tool.stubtest]
|
||||
apt_dependencies = ["libcurl4-openssl-dev"]
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
version = "1.7.*"
|
||||
stubtest = false # A display server (e.g. X11) is required to import pynput
|
||||
|
||||
[tool.stubtest]
|
||||
skip = true # A display server (e.g. X11) is required to import pynput
|
||||
|
||||
Reference in New Issue
Block a user