We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems that test/source_files does not work in mulled tests (the conda-build tests seem to work).
test/source_files
I guess that one would need to add --test-files here:
--test-files
bioconda-utils/bioconda_utils/pkg_test.py
Line 151 in 1734a52
The text was updated successfully, but these errors were encountered:
The mulled tests only have access to files that are installed with the package rather than things shipped with the source code or recipe.
Sorry, something went wrong.
+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.
No branches or pull requests
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:bioconda-utils/bioconda_utils/pkg_test.py
Line 151 in 1734a52
The text was updated successfully, but these errors were encountered: