Skip to content

Commit 9dcd254

Browse files
committed
test fix up
1 parent d644065 commit 9dcd254

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,6 +3440,7 @@ def _wrap(x, alt_format_):
34403440
formatters = None
34413441
format_index_ = [index_format_, column_format_]
34423442

3443+
# Deal with hiding indexes and relabelling column names
34433444
hide, relabel_index = [], []
34443445
if columns:
34453446
hide.append(

pandas/tests/io/formats/test_to_latex.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
)
2121

2222
pytest.importorskip("jinja2")
23-
pytestmark = pytest.mark.filterwarnings(
24-
"ignore:Deprecated arguments supplied:FutureWarning"
25-
)
2623

2724

2825
def _dedent(string):

0 commit comments

Comments
 (0)