mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 10:18:11 +02:00
Issue bytes vs str related warnings from tests (#101186)
This commit is contained in:
@ -224,6 +224,7 @@ async def main():
|
||||
|
||||
code, _ = await async_exec(
|
||||
"python3",
|
||||
"-b",
|
||||
"-m",
|
||||
"pytest",
|
||||
"-vv",
|
||||
|
Reference in New Issue
Block a user