ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
649 stars 367 forks source link

Ignore warning from trio #1262

Closed ianthomas23 closed 3 months ago

ianthomas23 commented 3 months ago

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 commented 3 months ago

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