You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
I can add it to the pytest ignore list to make my CI pass, but just putting this on the radar to address at some point
The text was updated successfully, but these errors were encountered:
It looks like once Python 3.13 starts to trickle in, there will be warnings about date parsing coming from
asf_search
I can add it to the pytest ignore list to make my CI pass, but just putting this on the radar to address at some point
The text was updated successfully, but these errors were encountered: