-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Using trio with attrs 24.1.0 raises a warning #3053
Comments
This was referenced Aug 3, 2024
Fix was released in https://github.com/python-trio/trio/releases/tag/v0.26.1 |
As mentioned by @hynek in #3054 (comment), there's at least one missing instance of this problem. I'm now seeing this:
|
I'm surprised our CI passed... |
OK I'm pretty sure this is because when pytest uses a plugin (which we use) it isn't looking for warnings. And then the warning doesn't happen again next time we import. |
This was referenced Aug 7, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens to break urllib3's CI which, like trio, fails on warnings.
The text was updated successfully, but these errors were encountered: