Skip to content

Commit

Permalink
Add ignore for dateutil Python 3.12 compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 15, 2023
1 parent 3ea3dc6 commit ff48126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ filterwarnings = [
"ignore::rasterio.errors.NotGeoreferencedWarning",
# remove after #149 is merged
"ignore:invalid value encountered in cast:RuntimeWarning",
# dateutil needs a new release
# https://github.com/dateutil/dateutil/issues/1314
"ignore:utcfromtimestamp() is deprecated and scheduled for removal",
]
log_cli_level = "info"
testpaths = [
Expand Down

0 comments on commit ff48126

Please sign in to comment.