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
I found that these errors are false positives for the multi-output packages if one of the outputs has pin_subpackage:
ERROR: clone/recipe/meta.yaml:68: missing_python_build_tool: output "cufflinks-py": Python packages require a python build tool such as setuptools.
ERROR: clone/recipe/meta.yaml:74: missing_pip_check: For pypi packages, pip check should be present in the test commands
Because we do not need setuptools to build it again and run pip check twice
I found that these errors are false positives for the multi-output packages if one of the outputs has
pin_subpackage
:Because we do not need
setuptools
to build it again and runpip check
twiceSee AnacondaRecipes/python-cufflinks-feedstock#2 (comment)
The text was updated successfully, but these errors were encountered: