You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes foo.txt to end up in /etc/conda/test-files/test/0 of the final package.
In some cases, it would be desirable to not include these test files into the final package. Would it be possible to introduce a flag to prevent this behavior?
@pavelzw suggested that this might even make sense to do when --no-include-recipe is specified, I personally can't comment on that in detail 😄
The text was updated successfully, but these errors were encountered:
Currently, whenever a recipe specifies test files, these test files end up in the final conda package. For example,
causes
foo.txt
to end up in/etc/conda/test-files/test/0
of the final package.In some cases, it would be desirable to not include these test files into the final package. Would it be possible to introduce a flag to prevent this behavior?
@pavelzw suggested that this might even make sense to do when
--no-include-recipe
is specified, I personally can't comment on that in detail 😄The text was updated successfully, but these errors were encountered: