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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殮 Don't run autopep8 on tests directory #5464

Closed
wants to merge 2 commits into from
Closed

馃殮 Don't run autopep8 on tests directory #5464

wants to merge 2 commits into from

Conversation

rix0rrr
Copy link
Collaborator

@rix0rrr rix0rrr commented Apr 24, 2024

autopep8 has a bug on Python 3.12 where it may change the contents of f-strings, which breaks our tests which assert that some string is literally equal to another string. hhatto/autopep8#744

`autopep8` has a bug on Python 3.12 where it may change the contents of f-strings, which
breaks our tests which assert that some string is literally equal to another string.
hhatto/autopep8#712
@rix0rrr
Copy link
Collaborator Author

rix0rrr commented Apr 24, 2024

Wait, maybe it's something else after all.

@rix0rrr
Copy link
Collaborator Author

rix0rrr commented Apr 24, 2024

Actually the bug was slightly different, it's this one: hhatto/autopep8#744

@rix0rrr
Copy link
Collaborator Author

rix0rrr commented Apr 24, 2024

Trying to fix the issue in the PR where we discovered it: #5463

@rix0rrr rix0rrr closed this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant