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
Fix tests that used `pytest.raises()` to check for warnings, to use
`pytest.warns()` instead. This is more correct, and it fixes running
the test suite without `-Werror`. This is how Gentoo runs it, to avoid
sudden test failures due to new deprecation warnings from upgraded
dependencies.
0 commit comments