-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: Remove python2-style longs in regexes #26337
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26337 +/- ##
==========================================
- Coverage 92.04% 92.03% -0.01%
==========================================
Files 175 175
Lines 52297 52297
==========================================
- Hits 48137 48133 -4
- Misses 4160 4164 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26337 +/- ##
==========================================
- Coverage 92.04% 92.03% -0.01%
==========================================
Files 175 175
Lines 52292 52292
==========================================
- Hits 48132 48128 -4
- Misses 4160 4164 +4
Continue to review full report at Codecov.
|
The failures are unrelated:
|
@topper-123 : The issue actually traces to https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=11274 (this is for your PR) Not sure why Windows is not liking the YAML. It hasn't been touched since end of March. |
Ok, I'll push again, maybe it was something intermittent on the servers. |
1fb577d
to
ebc80c7
Compare
No, already failed. Strange... |
looks ok; waiting on resolution of CI issues. |
ebc80c7
to
42e7301
Compare
This passes now. |
thanks @topper-123 |
Minor cleanup: Cleanup some regexes that guard against python2 style longs in their error messages.