Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jul 7, 2018
1 parent 55d6a27 commit 6fad22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pandas_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class TestBaseReshapingTests(BaseReshapingTests):

def test_concat_mixed_dtypes(self, data, dtype):
if dtype.name in ["fletcher[int64]", "fletcher[double]"]:
# TODO: Raise issue if this is expected.
# https://github.com/pandas-dev/pandas/issues/21792
pytest.skip("pd.concat(int64, fletcher[int64] yields int64")
else:
BaseReshapingTests.test_concat_mixed_dtypes(self, data)
Expand Down

0 comments on commit 6fad22b

Please sign in to comment.