You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #910 from cderici/forward-ports-from-2.9-to-3.x
#910
#### Description
This brings forward from `2.9` the following PRs: #901, #905, and #896 into `3.x` (the main branch).
#### QA Steps
There were a couple of conflicts that needed to be fixed, so QA will be necessary, make sure the following tests are passing:
```
tox -e integration -- tests/integration/test_application.py::test_app_charm_name
```
```
tox -e py3 -- -m wait_for_idle
```
```
tox -e integration -- -m wait_for_idle
```
```sh
tox -e integration -- tests/integration/test_model.py::test_deploy_bundle_local_charm_series_manifest
```
0 commit comments