mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-05 14:36:59 +08:00
Run gdb stubtests (#11644)
The gdb package is only available inside gdb and cannot be installed externally through e.g. pip. Run the stubtest inside gdb.
This commit is contained in:
@@ -11,6 +11,5 @@ extra_description = """\
|
||||
"""
|
||||
|
||||
[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.
|
||||
skip = true
|
||||
platforms = ["linux"]
|
||||
apt_dependencies = ["gdb"]
|
||||
|
||||
Reference in New Issue
Block a user