Upgrade dependencies to work with python 3.12 and resolve issue with blocking sunset/sunrise calls #650
validate.yml
on: pull_request
validate
1m 5s
Check style formatting
5s
Run tests
1m 15s
Run pylint
1m 12s
Run mypy
1m 12s
Annotations
10 errors and 10 warnings
Run tests:
tests/test_unit_trigger.py#L93
test_parse_date_time
assert <coroutine object TrigTime.parse_date_time at 0x7f436e156440> == 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 0x7f436c2f0940> == 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 0x7f436c178040> == 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 0x7f436c1781a0> == 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 0x7f436c178300> == 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 0x7f436c178460> == 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 0x7f436c178300> == 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 0x7f436c1781a0> == 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 0x7f436c1785c0> == 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 0x7f436c1781a0> == 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/
|
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 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/
|
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/
|