Skip to content
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

[stable/20.03] Fix ci errors #91

Merged
merged 3 commits into from
May 14, 2024

Conversation

dosaboy
Copy link
Contributor

@dosaboy dosaboy commented May 11, 2024

Backports patches from stable/22.03 required to fix tox and pep8 errors

fnordahl and others added 3 commits May 11, 2024 14:48
The `enable_openstack` class variable was left behind when the
property of the same name was added.

Since then a check for this condition has been added and it
consequently leads to an error in the pep8 check.

Signed-off-by: Frode Nordahl <[email protected]>
(cherry picked from commit 0cacfc1)
(cherry picked from commit 61869ad)
(cherry picked from commit 2b303a4)
- new tox 4 link requires handling
One may see the following error:
pep8: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'http_proxy https_proxy INTERFACE_PATH'
- in image 22.04 python 3.6 and 3.7 for dropped

(cherry picked from commit 1e312c8)
(cherry picked from commit ffe7588)
@dosaboy dosaboy changed the base branch from master to stable/20.03 May 11, 2024 13:54
@dosaboy dosaboy changed the title Fix ci errors [stable/20.03] Fix ci errors May 11, 2024
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
CHARM_LAYERS_DIR={toxinidir}/layers
CHARM_INTERFACES_DIR={toxinidir}/interfaces
JUJU_REPOSITORY={toxinidir}/build
passenv = http_proxy https_proxy INTERFACE_PATH
passenv = http_proxy,https_proxy,INTERFACE_PATH
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: most openstack repos put these on separate lines like setenv above, but if this is a backport we can leave it alone

@dosaboy dosaboy merged commit 257547e into openstack-charmers:stable/20.03 May 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants