Skip to content

BLD: wheel building is now failing #19984

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

Closed
jreback opened this issue Mar 4, 2018 · 6 comments
Closed

BLD: wheel building is now failing #19984

jreback opened this issue Mar 4, 2018 · 6 comments
Labels
Build Library building on various platforms Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Mar 4, 2018

start 3 days ago: https://travis-ci.org/MacPython/pandas-wheels/builds/348053404

I think something is showing a UserWarning that didn't before.

like between master and: 52559f5

@jreback jreback added Testing pandas testing functions or related to the test suite Build Library building on various platforms labels Mar 4, 2018
@jreback jreback added this to the 0.23.0 milestone Mar 4, 2018
@jreback
Copy link
Contributor Author

jreback commented Mar 4, 2018

cc @jbrockmendel @WillAyd @Liam3851 @mroeschke @topper-123

(you had non-trivial changes since then)

@jreback
Copy link
Contributor Author

jreback commented Mar 4, 2018

builds for wheels are on numpy 1.9.3

@WillAyd
Copy link
Member

WillAyd commented Mar 6, 2018

Kind of strange that the error getting thrown is a ResourceWarning. Checking the Python docs this is typically ignored unless Python is built in debug mode. I don't see anything in the pandas codebase that would explicitly set that save when PANDAS_TESTING_MODE contains "deprecate". Unless I'm overlooking it though I don't see that env variable set for this build

@jbrockmendel
Copy link
Member

Is it happening consistently? Could be a file handle leak? If so, maybe try just instantiating/reading the StringIO obj without the rest of the test?

@jreback
Copy link
Contributor Author

jreback commented Mar 6, 2018

no this is new

there is a warning that is not being caught

@jreback
Copy link
Contributor Author

jreback commented Apr 14, 2018

this is ok now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

3 participants