Skip to content

Commit cf6183f

Browse files
build(deps): bump pytest-homeassistant-custom-component from 0.4.8 to 0.4.9 (#189)
* build(deps): bump pytest-homeassistant-custom-component Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.4.8 to 0.4.9. - [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.4.8...0.4.9) --- 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]> * allow unix sockets for async Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lbbrhzn <@lbbrhzn>
1 parent 63aa462 commit cf6183f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements_dev.txt
2-
pytest-homeassistant-custom-component==0.4.8
2+
pytest-homeassistant-custom-component==0.4.9
33
websockets
44
ocpp

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ known_first_party = custom_components.ocpp, tests
3333
combine_as_imports = true
3434

3535
[tool:pytest]
36-
addopts = -qq --cov=custom_components.ocpp
36+
addopts = -qq --cov=custom_components.ocpp --allow-unix-socket --allow-hosts=127.0.0.1
3737
console_output_style = count
3838

3939
[coverage:run]

0 commit comments

Comments
 (0)