-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Flaky matplotlib tests #27143
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
Similar but not identical:
@datapythonista I think I've only noticed these since the big pd.plotting refactor. Is there any chance the two are related? |
I guess the first one is happening because we access the same No idea what could be causing the second error, doesn't seem related, but I don't know. |
I did some troubleshooting of the latter and found some weird behavior in matplotlib. If the first set of errors is getting taken care of, that'd be great. |
It looks like pd.get_option('plotting.backend') is returning "not_an_existing_module" |
Not sure if for these problems it's better to add the |
FYI @jbrockmendel I'm not seeing any failures with |
git bisecting this the failures start after #26753 |
There was a week or so before I had a follow up delaying the import of matplotlib.pyplot. Not sure if that’s related though.
… On Jul 24, 2019, at 21:59, jbrockmendel ***@***.***> wrote:
git bisecting this the failures start after #26753
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Got a good hypothesis for the cause: i have pytest-randomly installed. @TomAugspurger can you try with that plugin and see if you can reproduce? |
@jbrockmendel for better or worse, no failures with |
This hasn't caused any trouble locally for a month; closing. |
I'm frequently getting local test runs where nearly all tests/plotting tests will fail with something like
Re-running with
--lf
consistently sees all of these pass.OSX, PY37
The text was updated successfully, but these errors were encountered: