JuliaTesting / ReferenceTests.jl

Utility package for comparing data against reference files
https://juliatesting.github.io/ReferenceTests.jl/latest/
Other
82 stars 14 forks source link

CI for 1.0 can't run #70

Closed oxinabox closed 3 years ago

oxinabox commented 3 years ago

... Julia 1.0 can't downgrade package dependencies in order to fix test dependencies. DataFrames hasn't released a version that's compatible with PrettyTables 0.11, which is the only release series compatible with Reexport 1.0, which was installed by something else. I had missed DataFrames in my "add test-deps compat"; unfortunately, once added it still doesn't pass. I think the options are:

Originally posted by @timholy in https://github.com/JuliaTesting/ReferenceTests.jl/issues/69#issuecomment-766335941

For now we can are just ignoring the failure in CI. The actual package works fine on 1.0, but we can't make the tests run