Upgrade dependencies to work with python 3.12 and resolve issue with blocking sunset/sunrise calls #644
validate.yml
on: pull_request
validate
1m 3s
Check style formatting
7s
Run tests
1m 20s
Run pylint
1m 7s
Run mypy
1m 3s
Annotations
12 errors and 10 warnings
Run mypy
Process completed with exit code 2.
|
Run pylint
Process completed with exit code 6.
|
Run tests:
tests/test_unit_trigger.py#L93
test_parse_date_time
assert <coroutine object TrigTime.parse_date_time at 0x7f7405e92740> == datetime.datetime(2019, 9, 12, 13, 45)
|
Run tests:
tests/test_unit_trigger.py#L132
test_parse_date_time_day_names
assert <coroutine object TrigTime.parse_date_time at 0x7f74041141c0> == datetime.datetime(2019, 9, 5, 0, 0)
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[['range(1:00, 4:00)', 'not range(2:00, 3:00)', 'range(22:00, 0:00)', 'not range(3:30, 3:45)']-2019-08-31 22:00:00-True]
assert <coroutine object TrigTime.timer_active_check at 0x7f740444a6c0> == True
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/1 18:00)-2019-08-31 08:00:00-False]
assert <coroutine object TrigTime.timer_active_check at 0x7f740444a400> == False
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/1 18:00)-2019-09-01 07:59:59-False]
assert <coroutine object TrigTime.timer_active_check at 0x7f7404449d20> == False
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/1 18:00)-2019-09-01 08:00:00-True]
assert <coroutine object TrigTime.timer_active_check at 0x7f74044494e0> == True
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/1 18:00)-2019-09-01 18:00:00-True]
assert <coroutine object TrigTime.timer_active_check at 0x7f7404449d20> == True
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/1 18:00)-2019-09-01 18:00:00.000001-False]
assert <coroutine object TrigTime.timer_active_check at 0x7f740444a400> == False
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/3 6:00)-2019-08-31 08:00:00-False]
assert <coroutine object TrigTime.timer_active_check at 0x7f740444a140> == False
|
Run tests:
tests/test_unit_trigger.py#L215
test_timer_active_check[range(2019/9/1 8:00, 2019/9/3 6:00)-2019-09-01 07:59:59-False]
assert <coroutine object TrigTime.timer_active_check at 0x7f740444a400> == False
|
Check style formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check style formatting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run mypy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run mypy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
validate
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
validate
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run pylint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|