8000 WARN: Add FutureWarning for `DataFrame.to_latex` by attack68 · Pull Request #44411 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

WARN: Add FutureWarning for DataFrame.to_latex #44411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 24, 2021
Prev Previous commit
Next Next commit
test warnings
  • Loading branch information
attack68 committed Nov 13, 2021
commit e20c5d98becda94d02a3ed90bfb28224b2239e1d
2 changes: 1 addition & 1 deletion pandas/tests/io/formats/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -3298,7 +3298,7 @@ def test_repr_html_ipython_config(ip):
assert not result.error_in_exec


@pytest.mark.filterwarnings("ignore::FutureWarning")
@pytest.mark.filterwarnings("ignore:In future versions `DataFrame.to_latex`")
@pytest.mark.parametrize("method", ["to_string", "to_html", "to_latex"])
@pytest.mark.parametrize(
"encoding, data",
Expand Down
0