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
This message could be better, because removing None doesn’t work now:
PytestRemovedIn8Warning: Passing None to catch any warning has been deprecated, pass no arguments instead:
Replace pytest.warns(None) by simply pytest.warns().
When I remove None and run with pytest 7, I get failures:
No idea off-hand what's going on there, as that seems exactly what we did in #8677 too.