We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0acad commit 7b3d25dCopy full SHA for 7b3d25d
requirements-tests.txt
@@ -1,6 +1,6 @@
1
# Type checkers that we test our stubs against. These should always
2
# be pinned to a specific version to make failure reproducible.
3
-mypy==1.18.2
+mypy==1.19.1
4
pyright==1.1.408
5
6
# Libraries used by our various scripts.
stubs/gdb/METADATA.toml
@@ -11,5 +11,6 @@ extra_description = """\
11
"""
12
13
[tool.stubtest]
14
+skip = true # https://github.com/python/typeshed/issues/15236
15
ci_platforms = ["linux"]
16
apt_dependencies = ["gdb"]
0 commit comments