forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #625 from sviete/alfa
Alfa to Master
- Loading branch information
Showing
4,113 changed files
with
95,745 additions
and
33,325 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ docs | |
.vscode | ||
|
||
# Test related files | ||
.tox | ||
tests | ||
|
||
# Other virtualization methods | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ on: | |
env: | ||
CACHE_VERSION: 3 | ||
PIP_CACHE_VERSION: 3 | ||
HA_SHORT_VERSION: 2022.11 | ||
HA_SHORT_VERSION: 2022.12 | ||
DEFAULT_PYTHON: 3.9 | ||
ALL_PYTHON_VERSIONS: "['3.9', '3.10']" | ||
PRE_COMMIT_CACHE: ~/.cache/pre-commit | ||
|
@@ -836,7 +836,6 @@ jobs: | |
python3 -X dev -m pytest \ | ||
-qq \ | ||
--timeout=9 \ | ||
--durations=10 \ | ||
-n auto \ | ||
--cov="homeassistant.components.${{ matrix.group }}" \ | ||
--cov-report=xml \ | ||
|
@@ -930,22 +929,21 @@ jobs: | |
. venv/bin/activate | ||
pip install mysqlclient sqlalchemy_utils | ||
- name: Run pytest (partially) | ||
timeout-minutes: 10 | ||
timeout-minutes: 15 | ||
shell: bash | ||
run: | | ||
. venv/bin/activate | ||
python --version | ||
python3 -X dev -m pytest \ | ||
-qq \ | ||
--timeout=9 \ | ||
--timeout=20 \ | ||
-n 1 \ | ||
--cov="homeassistant.components.recorder" \ | ||
--cov-report=xml \ | ||
--cov-report=term-missing \ | ||
-o console_output_style=count \ | ||
--durations=0 \ | ||
--durations-min=10 \ | ||
--durations=10 \ | ||
-p no:sugar \ | ||
--dburl=mysql://root:[email protected]/homeassistant-test \ | ||
tests/components/recorder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,6 @@ pip-log.txt | |
|
||
# Unit test / coverage reports | ||
.coverage | ||
.tox | ||
coverage.xml | ||
nosetests.xml | ||
htmlcov/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.