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

fix(makefile): run .tox before lint in makefile target #1069

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

cderici
Copy link
Contributor

@cderici cderici commented Jul 10, 2024

Description

Tests run the linter before running .tox which crashes because tox wants to see the lint environment already generated. This swaps the operations so .tox target is run first to make sure the environments are generated before running anything.

@cderici cderici added hint/3.x going on main branch area/nonpython Pull requests that updates non-Python code (bash, Makefile, etc.) area/tests Updates the tests or test infrastructure kind/bug indicates a bug in the project labels Jul 10, 2024
@cderici
Copy link
Contributor Author

cderici commented Jul 11, 2024

/merge

@cderici
Copy link
Contributor Author

cderici commented Jul 11, 2024

/merge

@jujubot jujubot merged commit 30c31b5 into juju:main Jul 11, 2024
8 of 10 checks passed
jujubot added a commit that referenced this pull request Jul 11, 2024
#1071

## What's Changed
* fix parsing of storage constraints by @luissimas in #1053
* Add setuptools to tox.ini by @Aflynn50 in #1058
* fix(refresh): bug with revisions by @jack-w-shaw in #1067
* feat: conventional commits static analysis by @SimonRichardson in #1068
* fix(series): add noble support by @jack-w-shaw in #1063
* fix zones constrains list parsing by @luissimas in #1054
* fix(model): fix wrong instanciation of list-secrets facade by @gboutry in #1065
* fix(makefile): run .tox before lint in makefile target by @cderici in #1069
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/nonpython Pull requests that updates non-Python code (bash, Makefile, etc.) area/tests Updates the tests or test infrastructure hint/3.x going on main branch kind/bug indicates a bug in the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants