In some places we raise `FutureWarning` using pytest: ``` with pytest.raises(FutureWarning, match=msg): ``` Find and replace it with tm.assert_produces_warning