Skip to content

Commit 58fd978

Browse files
committed
Actually get the stubtest update running
1 parent 796fb87 commit 58fd978

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ts_utils/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def parse_requirements() -> Mapping[str, Requirement]:
108108

109109

110110
def get_mypy_req() -> str:
111+
return "git+https://github.com/python/mypy.git"
111112
return str(parse_requirements()["mypy"])
112113

113114

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.17.0
3+
mypy==1.17.1
44
pyright==1.1.403
55

66
# Libraries used by our various scripts.

0 commit comments

Comments
 (0)