-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make sure the charm can be installed bionic #70
Conversation
This is because that's an unexpected usage of `envdir` in `tox < 4` and is removed in `tox >= 4`.
Looks like the old juju-local isn't working on bionic (or need specify care for LXD setup). The new juju-local does not have bionic support |
The failing tests are likely due to this bug: https://bugs.launchpad.net/juju/+bug/1926192 (experiencing it in local tests) |
Test cannot be started due to https://bugs.launchpad.net/juju/+bug/1926192. This reverts commit 7447a77.
Changed the scope since we can't test on bionic due to the above bug mentioned (locally and also in CI). Still this PR is fixing the bug that it failed to install on bionic because latest
|
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.
The change is LGTM.
The commit message is a little bit mess up, please make sure it's clear when you squash and merge.
This is an regression of #68
Add bionic into gate bundleskipped due to https://bugs.launchpad.net/juju/+bug/1926192envdir
fromtox.ini
as that's an unexpected usage ofenvdir
and is removed intox >= 4