Issue bytes vs str related warnings from tests (#101186)
This commit is contained in:
parent
5cde367366
commit
fd5cda4ec6
3 changed files with 7 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue