-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Enable california_housing pandas test in cron job #16547
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
@thomasjpfan I've created a new PR for mocking pandas as discussed here |
Still WIP? A bit convoluted, but in the absence of another solution, lgtm |
True - the only other solution I can see is setting up another environment that downloads the datasets, but w/o pandas. Seems excessive to me. |
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.
Thanks @VarIr !
Sorry something seems to be wrong with commit attribution #16640 (comment) |
On one of my machines I use a user.email that I just recently added to my gh profile, which could confuse gh. May or may not be related.. |
Reference Issues/PRs
See also #16348
What does this implement/fix? Explain your changes.
In #16348 tests for network datasets were enabled in the Travis Cron job.
This PR enables an additional test on
california_housing
, which requirespandas
not to be installed. This is achieved by introducing a mock fixturethat hides available pandas.
Any other comments?