Skip to content

Commit 7c7d145

Browse files
author
hauntsaninja
committed
Check mypy master (but using a released mypy)
1 parent 8cff76e commit 7c7d145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mypy_selftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
with tempfile.TemporaryDirectory() as tempdir:
1414
dirpath = Path(tempdir)
1515
subprocess.run(
16-
["git", "clone", "--depth", "1", "--branch", f"v{MYPY_VERSION}", "git://github.com/python/mypy", str(dirpath)],
16+
["git", "clone", "--depth", "1", "git://github.com/python/mypy", str(dirpath)],
1717
check=True,
1818
)
1919
try:

0 commit comments

Comments
 (0)