-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
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
add pip check to recipe tests #5099
Conversation
Review build status
Once it's done, use this command to try it out in a new conda environment:
|
@@ -61,9 +61,13 @@ test: | |||
- conda_build | |||
# new/updated submodules (can be dropped after 1-2 releases) | |||
- conda_build.index | |||
requires: | |||
- setuptools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels weird to me. Is it because pip check complains that setuptools isn't present?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setuptools was in the other version of the recipe/feedstock. Maybe for - test_bdist_conda_setup.py
. Not related to pip check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is copied over from the AnacondaRecipes conda-build-feedstock where it was originally added in AnacondaRecipes/conda-build-feedstock#26, not sure why
Description
lief was added to the pip-style dependencies, causing pip check to fail since py-lief's conda package has no
dist-info
(pip metadata)Xref #5101
Checklist - did you ...
news
directory (using the template) for the next release's release notes?