mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
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…
x
Reference in New Issue
Block a user