tests: Don't expect mypy to be on the system PATH

This commit is contained in:
rdb 2023-10-22 10:39:41 +02:00
parent 62203fb299
commit 4bdf85348f

View File

@ -13,6 +13,8 @@ def main():
direct_copy = pathlib.Path(temp_dir, 'direct')
shutil.copytree(direct_src, direct_copy)
command = [
sys.executable,
'-m',
'mypy',
str(direct_copy.resolve()),
'--config-file',