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

Ignore warning from trio #1262

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Ignore warning from trio #1262

merged 1 commit into from
Aug 6, 2024

Conversation

ianthomas23
Copy link
Collaborator

CI is failing with

ERROR: while parsing the following warning configuration:

  ignore:trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning

This error occurred:

DeprecationWarning: The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.

using attrs 24.1.0 and trio 0.26.1. Related issue in trio is python-trio/trio#3053. This PR ignores the new warning.

@ianthomas23
Copy link
Collaborator Author

This fixes the local tests, the downstream tests were already broken and remain so. Merging to clear CI.

@ianthomas23 ianthomas23 merged commit 1de2fb2 into ipython:main Aug 6, 2024
26 of 31 checks passed
@ianthomas23 ianthomas23 deleted the trio3053 branch August 6, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant