Skip to content

Commit 17b78e9

Browse files
committed
Remove test
1 parent d548138 commit 17b78e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/dtypes/test_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ def kind(self) -> str:
249249

250250
not_tz_dtype = NotTZDtype()
251251
assert not com.is_datetime64tz_dtype(not_tz_dtype)
252-
assert com.needs_i8_conversion(not_tz_dtype)
253252

254253

255254
def test_is_timedelta64_dtype():

0 commit comments

Comments
 (0)