-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump pytest-homeassistant-custom-component from 0.13.49 to 0.13.72 #958
build(deps): bump pytest-homeassistant-custom-component from 0.13.49 to 0.13.72 #958
Conversation
Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.49 to 0.13.72. - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](MatthewFlamm/pytest-homeassistant-custom-component@0.13.49...0.13.72) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
6a5f205
to
3c0b4c4
Compare
@drc38 I managed to do some fixes for the most recent pytest-homeassistant-custom-component version but the init test still fails. Can you take a look? |
A newer version of pytest-homeassistant-custom-component exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@lbbrhzn I assume it is something to do with not properly unloading. Not sure why Hass is not taking care of cancelling the poller though? May need to check with a dev on discord as a google search does not provide any answers. |
@lbbrhzn tried a few things but no real progress, not sure why the test has the following errors: and then on unload
I think if they can be solved perhaps the lingering task issue will disappear?! |
I suspect it is due to the mock entries being added to hass, but apparently not removed on unload. |
got it working. manually adding the entry to hass. Don't understand why this is needed though.... |
Nice one! It would be handy if there was more documentation around the dev testing change requirements. |
Bumps pytest-homeassistant-custom-component from 0.13.49 to 0.13.72.
Release notes
Sourced from pytest-homeassistant-custom-component's releases.
... (truncated)
Commits
b876e70
Bump versionadc92ab
Bump version6438062
Bump versiond40a8cb
Bump version6a3631f
Bump versionee421c0
Bump version89368e7
Bump versionb9a6260
Bump version135b858
Bump version8bb8a6f
Bump versionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)