Closed tillea closed 1 year ago
Hey @tillea,
That lines up with a failure we recently experienced when we added a usage example in https://github.com/qiime2/q2-metadata/pull/49
It created a dependency on q2-quality-filter which defines that missing format (https://github.com/qiime2/q2-metadata/pull/49/commits/7a15d2e9ac681efd9a506973b51f40cadd165f3c) which I expect is not part of your dependency system.
We've since dropped those examples as it wasn't really a goal to induce that dependency in the first place: https://github.com/qiime2/q2-metadata/pull/54
So for the current release, updating the deps in your build system ought to get that working, and then the next release (2023.2) will go back to the original set of dependencies.
Closing for now, but let me know if I misunderstood the situation :)
Bug Description FAILED q2_metadata/tests/test_tabulate.py::TestUsageExamples::test_examples
Steps to reproduce the behavior I wanted to upgrade the Debian package of q2-metadata. You can find the full build log in the Debian development Git. It says:
Expected behavior Just passing the full test suite you are providing.
Computation Environment
Kind regards, Andreas.