Conversation
|
Any guesses what is causing that failure? That is an unexpected one... |
|
I have no idea. I am unable to run the entire test suite locally due to some (unrelated) LaTeX error but I did make sure that the tests I wrote pass... |
|
Moved to 'proposed next point release' meaning that this will not be a blocker for the next point release, but will go in if it is ready, as this is failing the tests and has had no activity for a month. |
|
Can you try to reproduce the test failure locally? Here, for me, |
|
I also can not reproduce this, kicked travis to restart. |
|
It looks like the |
Partially fixes matplotlib#4445.
Also cleanup after the tests.
02ecdf4 to
a97cb54
Compare
|
Well, the tests seemed to be passing at least on 3.5, but adding an |
|
The dispatching on the multiprocess may not be deterministic. |
|
Ouch! |
Partial fix for #4445: hide the offset text when using label outer. Also slightly saner(?) implementation of
check_{shared,visible}in the tests.