-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
test_boxplot catche DeprecationWarning on jessie with python 3.4 #8647
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
Comments
@TomAugspurger can you repro this? |
Wasn't able to reproduce. Let me set up an env with mpl 1.3, but I'm not sure why that would matter. Oh, actually it might matter if matplotlib is the one producing the DeprecationWarning. |
OK... able to reproduce kind of. The test fails with an uncaught DeprecationWarning, but when I step through in the interpreter I don't get a DeprecationWarning. I'll keep digging. |
how well digging ended up @TomAugspurger ? ;-) |
I can't reproduce this with pandas master + mpl 1.4.2 from conda. I looked at the code briefly and grew confused by the wall of indirection and objects, can you point me to where it is raising from? |
you are welcome |
Ah, sorry, I was confused before. This only shows up on 1.3.1, but not 1.4.2 or master? @sandrotosi was trying to get 1.4.2 into jessie, at it is someplace along the pipeline https://buildd.debian.org/status/package.php?p=matplotlib |
Now that jessie is frozen there is no guarantee that 1.4.2 would get into jessie :-/ |
and yes -- that was a jessie-only problem iirc |
I submitted an unblock for mpl before the freeze, hopefully it will make it (finger crossed) |
just an update that issue persists and unfortunately mpl 1.4 didn't make it to jessie (yet at least) |
This build is now in master: https://travis-ci.org/jreback/pandas/jobs/42937609 it will run the slow tests on 3.4 (this does not show up on 2.7) @TomAugspurger have a look? |
skipped here: 80a730c |
The text was updated successfully, but these errors were encountered: