We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca7fa4 commit 2fa4bb0Copy full SHA for 2fa4bb0
pandas/tests/dtypes/test_common.py
@@ -42,10 +42,7 @@ def test_numpy_string_dtype(self):
42
'datetime64[ns, US/Eastern]',
43
'datetime64[ns, Asia/Tokyo]',
44
'datetime64[ns, UTC]'])
45
- @pytest.mark.xfail(reason="dtype-caching", strict=True)
46
def test_datetimetz_dtype(self, dtype):
47
- assert (com.pandas_dtype(dtype) is
48
- DatetimeTZDtype.construct_from_string(dtype))
49
assert (com.pandas_dtype(dtype) ==
50
DatetimeTZDtype.construct_from_string(dtype))
51
assert com.pandas_dtype(dtype) == dtype
0 commit comments