Skip to content

CI: Fix npdev build #29860

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

Merged
merged 4 commits into from
Nov 27, 2019
Merged

CI: Fix npdev build #29860

merged 4 commits into from
Nov 27, 2019

Conversation

jbrockmendel
Copy link
Member

No description provided.

@jbrockmendel
Copy link
Member Author

@jreback @TomAugspurger npdev build is green here

@@ -765,13 +765,15 @@ def test_concat_join_axes_deprecated(self, axis):
)

expected = pd.concat([one, two], axis=1, sort=False).reindex(index=two.index)
result = pd.concat([one, two], axis=1, sort=False, join_axes=[two.index])
with tm.assert_produces_warning(FutureWarning):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are these warnings coming from?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

join_axes is deprecated

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this failure wasn't caught earlier because the numpydev build is the only one that fails on warnings, and that was offline for a bit? If so, feel free to merge.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's my understanding, yes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

join_axes is already deprecated for a few months, so there's probably another reason ..

@simonjayhawkins simonjayhawkins added the CI Continuous Integration label Nov 26, 2019
@simonjayhawkins simonjayhawkins added this to the 1.0 milestone Nov 26, 2019
@jbrockmendel
Copy link
Member Author

@jreback gentle ping. combined with #29862 (just merged), this should get the CI back to green

@jreback jreback merged commit 0c0adfb into pandas-dev:master Nov 27, 2019
@jreback
Copy link
Contributor

jreback commented Nov 27, 2019

thanks!

@jbrockmendel jbrockmendel deleted the cifix branch November 27, 2019 00:59
@jorisvandenbossche
Copy link
Member

@jbrockmendel do you know if this are deliberate changes on numpy's side, or is this something to report upstream?

@jbrockmendel
Copy link
Member Author

not that im aware of

proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants