mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
mypy_selftest: rename to mypy_self_check (#4712)
This better disambiguates it from mypy_test_suite and is more inline with how mypy refers to it internally. Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -13,7 +13,7 @@ if __name__ == "__main__":
|
||||
with tempfile.TemporaryDirectory() as tempdir:
|
||||
dirpath = Path(tempdir)
|
||||
subprocess.run(
|
||||
["git", "clone", "--depth", "1", "git://github.com/python/mypy", str(dirpath)],
|
||||
["git", "clone", "--depth", "1", "git://github.com/python/mypy", dirpath],
|
||||
check=True,
|
||||
)
|
||||
try:
|
||||
Reference in New Issue
Block a user