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:
peace-maker
2024-03-26 10:57:35 +01:00
committed by GitHub
parent 9965725935
commit d78ce5906b
3 changed files with 213 additions and 3 deletions
+2 -3
View File
@@ -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"]