-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEPR: passing timedelta-like to DatetimeIndex constructor, xref #23675 #23937
Conversation
Hello @jbrockmendel! Thanks for submitting the PR.
|
lgtm. add to #6581 ping on green. |
Codecov Report
@@ Coverage Diff @@
## master #23937 +/- ##
==========================================
- Coverage 92.29% 92.29% -0.01%
==========================================
Files 161 161
Lines 51501 51523 +22
==========================================
+ Hits 47534 47554 +20
- Misses 3967 3969 +2
Continue to review full report at Codecov.
|
azure failure is Hypothesis. de-facto green ping |
thanks. do we need to simply raise the timeout on hypthossis? |
I think I saw a PR for that recently. Didn't look at it too closely. If I'm going to spend time on one minor annoyance today, it'll be the dateutil DeprecationWarning. |
Implements the agreed-upon portions of #23675 so we can keep moving the ball down the field.
git diff upstream/master -u -- "*.py" | flake8 --diff