-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update setuptools to 75.8.0 #433
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 265 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 69 | 196 | 0 |
Click to see the invalid file list
- actions.yaml
- charmcraft.yaml
- config.yaml
- generate-src-docs.sh
- metadata.yaml
- pyproject.toml
- scripts/build-lxd-image.sh
- scripts/build-openstack-image.sh
- scripts/pre-integration-test.sh
- scripts/repo_policy_compliance_service.py
- scripts/setup-lxd.sh
- src/charm.py
- src/charm_state.py
- src/errors.py
- src/event_timer.py
- src/firewall.py
- src/github_client.py
- src/logrotate.py
- src/lxd.py
- src/lxd_type.py
- src/runner.py
- src/runner_manager.py
- src/runner_manager_type.py
- src/runner_type.py
- src/shared_fs.py
- src/utilities.py
- tests/init.py
- tests/conftest.py
- tests/integration/init.py
- tests/integration/conftest.py
- tests/integration/data/clouds.yaml.tmpl
- tests/integration/helpers/init.py
- tests/integration/helpers/charm_metrics.py
- tests/integration/helpers/common.py
- tests/integration/helpers/lxd.py
- tests/integration/helpers/openstack.py
- tests/integration/test_charm_base_image.py
- tests/integration/test_charm_fork_repo.py
- tests/integration/test_charm_lxd_runner.py
- tests/integration/test_charm_metrics_failure.py
- tests/integration/test_charm_metrics_success.py
- tests/integration/test_charm_no_runner.py
- tests/integration/test_charm_runner.py
- tests/integration/test_charm_scheduled_events.py
- tests/integration/test_charm_upgrade.py
- tests/integration/test_charm_with_juju_storage.py
- tests/integration/test_charm_with_proxy.py
- tests/integration/test_debug_ssh.py
- tests/integration/test_e2e.py
- tests/integration/test_reactive.py
- tests/integration/test_runner_manager_openstack.py
- tests/integration/test_self_hosted_runner.py
- tests/status_name.py
- tests/unit/init.py
- tests/unit/conftest.py
- tests/unit/factories.py
- tests/unit/mock.py
- tests/unit/mock_runner_managers.py
- tests/unit/test_charm.py
- tests/unit/test_charm_state.py
- tests/unit/test_event_timer.py
- tests/unit/test_firewall.py
- tests/unit/test_logrotate.py
- tests/unit/test_lxd_runner_manager.py
- tests/unit/test_runner.py
- tests/unit/test_runner_scaler.py
- tests/unit/test_shared_fs.py
- tests/unit/test_utilities.py
- tox.ini
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 265 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 69 | 196 | 0 |
Click to see the invalid file list
- actions.yaml
- charmcraft.yaml
- config.yaml
- generate-src-docs.sh
- metadata.yaml
- pyproject.toml
- scripts/build-lxd-image.sh
- scripts/build-openstack-image.sh
- scripts/pre-integration-test.sh
- scripts/repo_policy_compliance_service.py
- scripts/setup-lxd.sh
- src/charm.py
- src/charm_state.py
- src/errors.py
- src/event_timer.py
- src/firewall.py
- src/github_client.py
- src/logrotate.py
- src/lxd.py
- src/lxd_type.py
- src/runner.py
- src/runner_manager.py
- src/runner_manager_type.py
- src/runner_type.py
- src/shared_fs.py
- src/utilities.py
- tests/init.py
- tests/conftest.py
- tests/integration/init.py
- tests/integration/conftest.py
- tests/integration/data/clouds.yaml.tmpl
- tests/integration/helpers/init.py
- tests/integration/helpers/charm_metrics.py
- tests/integration/helpers/common.py
- tests/integration/helpers/lxd.py
- tests/integration/helpers/openstack.py
- tests/integration/test_charm_base_image.py
- tests/integration/test_charm_fork_repo.py
- tests/integration/test_charm_lxd_runner.py
- tests/integration/test_charm_metrics_failure.py
- tests/integration/test_charm_metrics_success.py
- tests/integration/test_charm_no_runner.py
- tests/integration/test_charm_runner.py
- tests/integration/test_charm_scheduled_events.py
- tests/integration/test_charm_upgrade.py
- tests/integration/test_charm_with_juju_storage.py
- tests/integration/test_charm_with_proxy.py
- tests/integration/test_debug_ssh.py
- tests/integration/test_e2e.py
- tests/integration/test_reactive.py
- tests/integration/test_runner_manager_openstack.py
- tests/integration/test_self_hosted_runner.py
- tests/status_name.py
- tests/unit/init.py
- tests/unit/conftest.py
- tests/unit/factories.py
- tests/unit/mock.py
- tests/unit/mock_runner_managers.py
- tests/unit/test_charm.py
- tests/unit/test_charm_state.py
- tests/unit/test_event_timer.py
- tests/unit/test_firewall.py
- tests/unit/test_logrotate.py
- tests/unit/test_lxd_runner_manager.py
- tests/unit/test_runner.py
- tests/unit/test_runner_scaler.py
- tests/unit/test_shared_fs.py
- tests/unit/test_utilities.py
- tox.ini
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
Lint checks failed for 0c61854
tests/integration/conftest.py:576: error: Item "Type" of "Type | None" has no attribute "units" [union-attr]
|
Test coverage for 0c61854
Static code analysis report
|
Applicable spec:
Overview
Update
setuptools
to 75.8.0.Rationale
Juju Events Changes
Module Changes
Library Changes
Checklist
src-docs
.urgent
,trivial
,complex
).