Skip to content

add more application requests tests #141

add more application requests tests

add more application requests tests #141

Triggered via push June 13, 2024 10:02
Status Failure
Total duration 58s
Artifacts

ci.yml

on: push
Matrix: Prepare base dependencies
Prepare pre-commit environment
5s
Prepare pre-commit environment
Check flake8
15s
Check flake8
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
Check flake8: tests/application/test_requests.py#L7
F401 'zigpy.exceptions.DeliveryError' imported but unused
Check flake8: tests/application/test_requests.py#L136
E501 line too long (100 > 79 characters)
Check flake8: tests/application/test_requests.py#L137
E501 line too long (95 > 79 characters)
Check flake8: tests/application/test_requests.py#L165
E302 expected 2 blank lines, found 1
Check flake8: tests/application/test_requests.py#L178
E122 continuation line missing indentation or outdented
Check flake8: tests/application/test_requests.py#L181
E501 line too long (84 > 79 characters)
Check flake8: tests/application/test_requests.py#L185
E302 expected 2 blank lines, found 1
Check flake8: tests/application/test_requests.py#L221
E306 expected 1 blank line before a nested definition, found 0
Check flake8: tests/application/test_requests.py#L236
E302 expected 2 blank lines, found 1
Check flake8: tests/application/test_requests.py#L279
E302 expected 2 blank lines, found 1
Prepare base dependencies (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Prepare base dependencies (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Prepare base dependencies (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Prepare base dependencies (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Prepare base dependencies (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Prepare base dependencies (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Prepare base dependencies (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Prepare base dependencies (3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Prepare pre-commit environment
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Prepare pre-commit environment
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check flake8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check flake8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check flake8: tests/application/test_requests.py#L542
W292 no newline at end of file