You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent release of pytest 8.4 has begun to cause failures in the pytest_mpl tests in the networkx test suite (networkx/networkx#8090).
AIUI, the crux of the problem is that pytest now raises whenever a test returns a non-None value, which conflicts with the design of the mpl_image_compare mark. See also pytest-dev/pytest#13477 for further context/links/discussion.