bioconda/bioconda-utils

test/source_files seems dysfunctional in mulled tests

bernt-matthias opened this issue · 2 comments

Seems that test/source_files does not work in mulled tests (the conda-build tests seem to work).

I guess that one would need to add --test-files here:

..

The mulled tests only have access to files that are installed with the package rather than things shipped with the source code or recipe.

+1 one test/source_files not working with mulled tests. This is an important limitation compared to standard conda.

test/source_files are part of the package, so mulled tests should be able to access them.