tests: Don't expect mypy to be on the system PATH
This commit is contained in:
parent
62203fb299
commit
4bdf85348f
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue