Skip to content

Commit

Permalink
Change the argument of filterwarning
Browse files Browse the repository at this point in the history
  • Loading branch information
makbigc committed Dec 23, 2018
1 parent 47bf1bf commit 4d2ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/extension/test_integer.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def check_opname(self, s, op_name, other, exc=None):
def _compare_other(self, s, data, op_name, other):
self.check_opname(s, op_name, other)

@pytest.mark.filterwarnings("ignore:DeprecationWarning")
@pytest.mark.filterwarnings("ignore:elementwise:DeprecationWarning")
def test_compare_diff_lengths(self, data, all_compare_operators):
op = self.get_op_from_name(all_compare_operators)
other = data[:3]
Expand Down

0 comments on commit 4d2ea4e

Please sign in to comment.