mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -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')
|
direct_copy = pathlib.Path(temp_dir, 'direct')
|
||||||
shutil.copytree(direct_src, direct_copy)
|
shutil.copytree(direct_src, direct_copy)
|
||||||
command = [
|
command = [
|
||||||
|
sys.executable,
|
||||||
|
'-m',
|
||||||
'mypy',
|
'mypy',
|
||||||
str(direct_copy.resolve()),
|
str(direct_copy.resolve()),
|
||||||
'--config-file',
|
'--config-file',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user