mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Issue bytes vs str related warnings from tests (#101186)
This commit is contained in:
@ -103,10 +103,11 @@ def main():
|
||||
|
||||
if args.develop:
|
||||
print("Running tests")
|
||||
print(f"$ python3 -m pytest -vvv tests/components/{info.domain}")
|
||||
print(f"$ python3 -b -m pytest -vvv tests/components/{info.domain}")
|
||||
subprocess.run(
|
||||
[
|
||||
"python3",
|
||||
"-b",
|
||||
"-m",
|
||||
"pytest",
|
||||
"-vvv",
|
||||
|
Reference in New Issue
Block a user