Closed juliohm closed 3 years ago
We added a thing so it always creates a file on failure so you can view it. That was the most recent PR merged.
Can you create a minimal verifiable example? (You can pin to the previous release while we debug it, and to see if it's ReferenceTests or the package that is saving the file.)
The test suite in Meshes.jl is an example, or any other package in JuliaEarth (e.g. GeoStatsBase.jl, Variography.jl)
I can try to find the time to create a MWE, but this issue should be affecting any test suite with visual tests with plots?
The issue is gone. Thanks for fixing it.
It's probably some outdated packages in your setup that bring a version incompatibility wrt FileIO v1.6. (FileIO v1.6 is, unfortunately, breaking somehow, see also https://github.com/JuliaIO/FileIO.jl/pull/309)
Without much information, this is just a guess.
Here is the stack trace I am getting running the tests:
Did something change recently that broke the interaction with visual tests and plots?