Add missing __init__.py to overkiz tests#62727
Conversation
|
Hey there @iMicknl, @vlebourl, @tetienne, mind taking a look at this pull request as it has been labeled with an integration ( |
|
Thanks. Curious why it didn't fail on the initial merge 🤷♂️ |
|
Due to concurrency the tests were never run on dev on the initial merge, and then it was hidden by the flake8 issue which also prevented to the tests from running. |
|
I think the missing Likely ok on a single run, but fails on a multi-integration run. |
|
Thanks for fixing this and apologies for breaking core tests! Could it be that I didn't face this locally since I did run the tests mainly using |
|
It only failed on a full test run. It's a new quirk in the split CI that we are going to have to watch for manually for the time being |
Proposed change
Add missing
__init__.pyto overkiz testsType of change
Additional information
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: