Skip to content

Commit 2fa4bb0

Browse files
committed
unxfail test, remove caching bit
1 parent 1ca7fa4 commit 2fa4bb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/dtypes/test_common.py

-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ def test_numpy_string_dtype(self):
4242
'datetime64[ns, US/Eastern]',
4343
'datetime64[ns, Asia/Tokyo]',
4444
'datetime64[ns, UTC]'])
45-
@pytest.mark.xfail(reason="dtype-caching", strict=True)
4645
def test_datetimetz_dtype(self, dtype):
47-
assert (com.pandas_dtype(dtype) is
48-
DatetimeTZDtype.construct_from_string(dtype))
4946
assert (com.pandas_dtype(dtype) ==
5047
DatetimeTZDtype.construct_from_string(dtype))
5148
assert com.pandas_dtype(dtype) == dtype

0 commit comments

Comments
 (0)