mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Call pytest as python3 -m pytest (#101185)
This commit is contained in:
@@ -223,7 +223,14 @@ async def main():
|
||||
return
|
||||
|
||||
code, _ = await async_exec(
|
||||
"pytest", "-vv", "--force-sugar", "--", *test_files, display=True
|
||||
"python3",
|
||||
"-m",
|
||||
"pytest",
|
||||
"-vv",
|
||||
"--force-sugar",
|
||||
"--",
|
||||
*test_files,
|
||||
display=True,
|
||||
)
|
||||
print("=============================")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user