On Sun, Apr 02, 2023 at 09:53:59PM +0200, Paul Gevers wrote: >... > ----- FAILED[data]: test_library_version.R<3--3> > call| expect_identical(libver, "1.10.7") > diff| Expected '1.10.7', got '1.10.8' > Error: 1 out of 10 tests failed
Due to use_debian_packaged_libhdf5-dev.patch, inst/tinytest/test_library_version.R should be disabled. With the Debian modification to use the system libhdf5, the version of the library might differ from the unused bundled one. cu Adrian

