-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pin blosc to 1.14.3 for travis-27 build #22429
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
Pin blosc to 1.14.3 for travis-27 build #22429
Conversation
…dev#22424)" This reverts commit 52e186a.
@@ -770,7 +770,7 @@ def test_groupby_mean_included(): | |||
df = pd.DataFrame({ | |||
"A": ['a', 'b', 'b'], | |||
"B": [1, None, 3], | |||
"C": IntegerArray([1, None, 3], dtype='Int64'), |
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.
I would do this in a separate 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.
Keeping it here, now that we know that the doc PR isn't related.
Travis has passed. Merging this since the environment change only affects travis, and the code changes are currently broken on master. |
Backported from pandas-devgh-22429.
* CI: Bump NumPy to 1.9.3 Backport of gh-22499. * BLD: Fix openpyxl to 2.5.5 Backport of gh-22601. * CI: Resolve timeout issue on Travis Backported from gh-22429. * CI: Migrate to CircleCI 2.0 Backport of gh-21814. * Upgrade Cython to >=0.28.2 Backported from gh-21688. * TST: Patch locale handling Backported from gh-21739. Backport of gh-22213.
This reverts commit 52e186a.
xref #22427 and #22424