-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
bf2b31e
to
a49016d
Compare
a49016d
to
c639116
Compare
ok this is fine. ping on green (though I have been fixing this branch, so hopefully you are rebased to the latest). |
@jreback build is green. Looks like i already rebased on all your changes from yesterday |
thanks @robbuckley |
ok wheels have built, if you would give a quick verification of these would be great: https://travis-ci.org/MacPython/pandas-wheels/builds/476008614 (I guess meaning they correctly install) |
OK i've downloaded the 3 mac wheels and installed each locally in a fresh conda environment, and for good measure run
the 3.5 and 3.6 wheel tests installed OK, tests are still running, i will update in the morning |
this went quicker than i thought - tests on 3.5 and 3.6 wheels completed, with exactly the same single failure as 2.7 |
I built the same commit on master locally, and got exactly the same failure. I didnt set any env var before my local build, so it was built for macosx 10.9 (iie without the change in this PR). So therefore i dont think this failure is related to my change. But the same commit passes green in CI (7c842b0312064bbc6bf1201ba6dbb774da90ba0d) so I cant see why it fails on my machine. See below the full text of the fail @jreback should i raise a bug?
|
check that you have the require version of dateutil |
i have 2.7.5 installed, |
i guess raise an issue |
fixes #37