Skip to content

Commit

Permalink
[create-pull-request] automated change (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewFlamm <[email protected]>
  • Loading branch information
MatthewFlamm and MatthewFlamm authored Jun 30, 2021
1 parent 047dcd5 commit 6c6902c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pytest-homeassistant-custom-component

![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2021.6.2&labelColor=blue)
![HA core version](https://img.shields.io/static/v1?label=HA+core+version&message=2021.7.0b0&labelColor=blue)

Package to automatically extract testing plugins from Home Assistant for custom component testing.
The goal is to provide the same functionality as the tests in home-assistant/core.
Expand Down
4 changes: 2 additions & 2 deletions pytest_homeassistant_custom_component/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Final

MAJOR_VERSION: Final = 2021
MINOR_VERSION: Final = 6
PATCH_VERSION: Final = "2"
MINOR_VERSION: Final = 7
PATCH_VERSION: Final = "0b0"
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
22 changes: 19 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# This file is originally from homeassistant/core and modified by pytest-homeassistant-custom-component.
codecov==2.1.10
mypy==0.812
codecov==2.1.11
mypy==0.902
pre-commit==2.13.0
pylint==2.8.2
pylint==2.8.3
types-backports==0.1.2
types-certifi==0.1.3
types-chardet==0.1.2
types-cryptography==3.3.2
types-decorator==0.1.4
types-emoji==1.2.1
types-enum34==0.1.5
types-ipaddress==0.1.2
types-jwt==0.1.3
types-pkg-resources==0.1.2
types-python-slugify==0.1.0
types-pytz==0.1.1
types-PyYAML==5.4.1
types-requests==0.1.11
types-toml==0.1.2
types-ujson==0.1.0
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mock-open==1.4.0
pipdeptree==1.0.0
pylint-strict-informational==0.1
pytest-aiohttp==0.3.0
pytest-cov==2.10.1
pytest-cov==2.12.1
pytest-test-groups==1.0.3
pytest-sugar==0.9.4
pytest-timeout==1.4.2
Expand All @@ -22,6 +22,6 @@ responses==0.12.0
respx==0.17.0
stdlib-list==0.7.0
tqdm==4.49.0
homeassistant==2021.6.2
sqlalchemy==1.4.13
homeassistant==2021.7.0b0
sqlalchemy==1.4.17

0 comments on commit 6c6902c

Please sign in to comment.