bioconda / bioconda-utils

Utilities for building and managing bioconda recipes
MIT License
96 stars 133 forks source link

fix: test_package for .tar.bz2 and .conda #983

Closed mbargull closed 4 months ago

mbargull commented 4 months ago

We used some custom code to extract test information from .tar.bz2 packages which would need adjustments to handle .conda packages -- but nowadays we can just use conda-package-streaming for this instead, as done here.