Conor MacBride

Results 54 comments of Conor MacBride

> Not entirely sure why the tests are failing. Some of those I'm relatively sure I didn't even touch? This should be fixed by #162

I haven't tested it, but as long as the object returned has a `savefig(fname, *, **kwargs)` method it should just work. So it might work if you create a new...

`compare_image_to_baseline` runs: https://github.com/matplotlib/pytest-mpl/blob/e3876180847c2d04aeda1982372074998a7f8716/pytest_mpl/plugin.py#L445-L447 So technically the `result_image` file generated in `compare_image_to_hash_library` is different to the new one generated by `compare_image_to_baseline`, although it should be at the same path. I just...

Hi @ClementLaplace, unfortunately reports cannot be generated correctly when using pytest-xdist. I looked into this before but couldn't find an obvious simple fix, but I'm sure a fix exists! #136