Skip to content

Commit e966659

Browse files
committed
TST: this passes now, as unordered categories compare unorderely
1 parent 4160861 commit e966659

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/reshape/test_merge.py

-2
Original file line numberDiff line numberDiff line change
@@ -1468,8 +1468,6 @@ def test_other_columns(self, left, right):
14681468

14691469
@pytest.mark.parametrize(
14701470
'change', [lambda x: x,
1471-
lambda x: x.astype('category',
1472-
categories=['bar', 'foo']),
14731471
lambda x: x.astype('category',
14741472
categories=['foo', 'bar', 'bah']),
14751473
lambda x: x.astype('category', ordered=True)])

0 commit comments

Comments
 (0)