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

Use self-documenting f-strings instead of hard-coding var names #3064

Merged
merged 3 commits into from
Jun 13, 2023

Conversation

janosh
Copy link
Member

@janosh janosh commented Jun 13, 2023

Also set fail-fast: false on pytest matrix jobs. This means we finish all tests even if one fails but still report the matrix as failed. This was originally intended when setting continue-on-error: true which also keeps going on test errors but doesn't report the matrix as failed. See 60757b8.

@janosh janosh added linting Linting and quality assurance housekeeping Moving around or cleaning up old code/files labels Jun 13, 2023
janosh added 2 commits June 13, 2023 15:59
finish all tests even if one fails but still report the matrix as failed (i.e. the better fix for 60757b8)
@janosh janosh merged commit c07820d into master Jun 13, 2023
@janosh janosh deleted the self-doc-f-str branch June 13, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Moving around or cleaning up old code/files linting Linting and quality assurance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant