-
Notifications
You must be signed in to change notification settings - Fork 9
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
New errors emerge after upgrade to 0.4.0 #26
Comments
After a bit more examination. It seems the issue is multi-faceted. Setuptools recently added opt-in rules for TRY and ruff recently added support for TRY003 (the one that's failing). What I still don't understand is why the upgrade from pytest 0.3.2 to 0.4.0 caused these checks to start firing. |
pypa/setuptools#4454 (comment)
|
See #22? |
Thanks everyone for jumping on this quickly and for clarifying the situation. I don't think there's anything else to be done here. |
With the 0.4.0 release of pytest-ruff, the Setuptools test suite has started failing on the TRY003 checks. Downgrading to
pytest-ruff 0.3.2
restores the previous behavior. I don't see anything in the changelog indicating why new checks would start failing.Is it expected that previously passing checks are now failing with pytest-ruff 0.4?
The text was updated successfully, but these errors were encountered: