mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
7b3d25dcac
Skip gdb stubtest for now
17 lines
700 B
TOML
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"]
|