-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix string format in test runner #22598
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
`.format()` was expecting keyword arguments. Updated to match other skips nearby.
Hello @rhysparry! Thanks for submitting the PR.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, mind updating the PR title to something like "Fix string format in test runner" the current one is a bit misleading
If you fetch and merge master the CI failures should be fixed. |
* master: DOC: Update link and description of the Spyder IDE in Ecosystem docs (pandas-dev#22136) BUG: resample with TimedeltaIndex, fenceposts are off (pandas-dev#22488) Use dispatch_to_series where possible (pandas-dev#22572) BLD: Fix openpyxl to 2.5.5 (pandas-dev#22601)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Codecov Report
@@ Coverage Diff @@
## master #22598 +/- ##
=======================================
Coverage 92.04% 92.04%
=======================================
Files 169 169
Lines 50782 50782
=======================================
Hits 46742 46742
Misses 4040 4040
Continue to review full report at Codecov.
|
@rhysparry : Thanks! |
`.format()` was expecting keyword arguments. Updated to match other skips nearby.
`.format()` was expecting keyword arguments. Updated to match other skips nearby.
.format()
was expecting keyword arguments. Updated to match other skips nearby.