Skip to content

Commit 7b3d25d

Browse files
authored
Update mypy to 1.19.1 (#15235)
Skip gdb stubtest for now
1 parent dc0acad commit 7b3d25d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Type checkers that we test our stubs against. These should always
22
# be pinned to a specific version to make failure reproducible.
3-
mypy==1.18.2
3+
mypy==1.19.1
44
pyright==1.1.408
55

66
# Libraries used by our various scripts.

stubs/gdb/METADATA.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ extra_description = """\
1111
"""
1212

1313
[tool.stubtest]
14+
skip = true # https://github.com/python/typeshed/issues/15236
1415
ci_platforms = ["linux"]
1516
apt_dependencies = ["gdb"]

0 commit comments

Comments
 (0)