ReferenceTests makes use of ImageInTerminal's encodeimg, which appears to have been deprecated in ImageInTerminal 0.5.0.
|
strs = @withcolor ImageInTerminal.encodeimg( |
However ImageInTerminal 0.5.0 is allowed in [compat]:
|
ImageInTerminal = "0.3, 0.4, 0.5" |
This currently breaks CI of packages using ReferenceTests. @t-bltg