Skip to content

Commit

Permalink
unxfail test, remove caching bit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 29, 2018
1 parent 1ca7fa4 commit 2fa4bb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandas/tests/dtypes/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ def test_numpy_string_dtype(self):
'datetime64[ns, US/Eastern]',
'datetime64[ns, Asia/Tokyo]',
'datetime64[ns, UTC]'])
@pytest.mark.xfail(reason="dtype-caching", strict=True)
def test_datetimetz_dtype(self, dtype):
assert (com.pandas_dtype(dtype) is
DatetimeTZDtype.construct_from_string(dtype))
assert (com.pandas_dtype(dtype) ==
DatetimeTZDtype.construct_from_string(dtype))
assert com.pandas_dtype(dtype) == dtype
Expand Down

0 comments on commit 2fa4bb0

Please sign in to comment.