Files
typeshed/stubs/gdb/METADATA.toml
T
Sebastian Rittau 7b3d25dcac Update mypy to 1.19.1 (#15235)
Skip gdb stubtest for now
2026-01-08 11:47:35 +01:00

17 lines
700 B
TOML

version = "16.3.*"
# This is the official web portal for the GDB Git repo,
# see https://sourceware.org/gdb/current/ for other ways of obtaining the source code.
upstream_repository = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree"
extra_description = """\
Type hints for GDB's \
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
Note that this API is available only when running Python scripts under GDB: \
it is not possible to install the `gdb` package separately, for instance \
using `pip`.\
"""
[tool.stubtest]
skip = true # https://github.com/python/typeshed/issues/15236
ci_platforms = ["linux"]
apt_dependencies = ["gdb"]