Skip to content

Commit

Permalink
Update test_geopandas_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy committed Jan 22, 2025
1 parent 593b282 commit 35d8d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyogrio/tests/test_geopandas_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def test_write_read_datetime_utc(tmp_path, ext, use_arrow):
assert_series_equal(result.dates, df.dates.dt.tz_localize(None))
pytest.xfail("UTC datetimes read wrong in .fgb with GDAL < 3.11 via arrow")

assert isinstance(result.dates.dtype, pd.DatetimeTZDtype)
assert str(result.dates.dtype) == "datetime64[ms, UTC]"
assert_geodataframe_equal(result, df)


Expand Down

0 comments on commit 35d8d87

Please sign in to comment.