Update pytest from 8.3.2 to 8.3.3 #919
Annotations
10 errors and 5 warnings
Ruff (F841):
camera/camera.py#L383
camera/camera.py:383:13: F841 Local variable `authentication_success` is assigned to but never used
|
Ruff (F401):
config/__init__.py#L8
config/__init__.py:8:31: F401 `config.data_class.Open_Door_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
config/__init__.py#L8
config/__init__.py:8:47: F401 `config.data_class.Message_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
config/__init__.py#L8
config/__init__.py:8:61: F401 `config.data_class.Camera_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
config/__init__.py#L9
config/__init__.py:9:37: F401 `config.default_cam_enum.DefaultCam` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
config/__init__.py#L10
config/__init__.py:10:36: F401 `config.yaml_read_error.YamlReadError` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
config/__init__.py#L11
config/__init__.py:11:32: F401 `config.config_util.Configuration` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (E722):
config/config_util.py#L112
config/config_util.py:112:9: E722 Do not use bare `except`
|
Ruff (F403):
test/__init__.py#L1
test/__init__.py:1:1: F403 `from bot import *` used; unable to detect undefined names
|
Ruff (F403):
test/__init__.py#L2
test/__init__.py:2:1: F403 `from camera import *` used; unable to detect undefined names
|
build
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/
|
build
The following actions use a deprecated Node.js version 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/
|
test (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (3.12)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|