-
Notifications
You must be signed in to change notification settings - Fork 50
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
lint fails due to old tox
version
#1183
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6653.
|
When bumping tox in
where we can see that for some reason the - tox -vve {env:TYPE} -c {toxinidir}/charms/{env:CHARM}
+ tox -c {toxinidir}/charms/{env:CHARM} -vve {env:TYPE} |
Closed by linked PRs |
Bug Description
Linting fails in the following repos due to installed an old
tox
version. This should be fixed in all CKF repos and tackled probably in #1182 and #1057.To Reproduce
See update requirements PRs e.g. canonical/namespace-node-affinity-operator#60 and https://github.com/canonical/namespace-node-affinity-operator/actions/runs/12232032232/job/34116268061?pr=60#step:4:10. The files are fixed and pass using latest tox version available.
Environment
CI
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: