Skip to content

Commit 154e279

Browse files
committed
Change the argument of filterwarning
1 parent 83c619f commit 154e279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_integer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def check_opname(self, s, op_name, other, exc=None):
153153
def _compare_other(self, s, data, op_name, other):
154154
self.check_opname(s, op_name, other)
155155

156-
@pytest.mark.filterwarnings("ignore:DeprecationWarning")
156+
@pytest.mark.filterwarnings("ignore:elementwise:DeprecationWarning")
157157
def test_compare_diff_lengths(self, data, all_compare_operators):
158158
op = self.get_op_from_name(all_compare_operators)
159159
other = data[:3]

0 commit comments

Comments
 (0)