-
Notifications
You must be signed in to change notification settings - Fork 18
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
Test regressions with black-24.2.0
#55
Comments
I found the same problem in Debian when trying to build this and reported it here: |
If I understand the code in
And the value of [tool.black]
target-version = ['py38', 'py39', 'py310', 'py311'] So I don't know why this test expected Which fixes this issue: psf/black#2863 The explanation is, that in the past, black was returning an empty What do you think? |
Sounds good to me. But then fixing this would require increasing Black to 24.2.0? Or do you prefer to make the test result conditional on its version? |
After upgrading to
black-24.2.0
(24.1.1
seems fine), I'm getting the following test failures on top of 307e87d:The text was updated successfully, but these errors were encountered: