Skip to content

Commit 808a810

Browse files
committed
Revert SQL test
1 parent f24b82c commit 808a810

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/io/test_sql.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,9 +1246,7 @@ def test_default_date_load(self):
12461246

12471247
# IMPORTANT - sqlite has no native date type, so shouldn't parse, but
12481248
# MySQL SHOULD be converted.
1249-
# Now that GH 6415 is fixed, dates are automatically parsed to UTC
1250-
utc_dtype = pd.core.dtypes.dtypes.DatetimeTZDtypeType
1251-
assert issubclass(df.DateCol.dtype.type, utc_dtype)
1249+
assert issubclass(df.DateCol.dtype.type, np.datetime64)
12521250

12531251
def test_datetime_with_timezone(self):
12541252
# edge case that converts postgresql datetime with time zone types

0 commit comments

Comments
 (0)