-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conda package has requirements/host
dependency on conda-verify
#43
Comments
I strongly suspect (though don't have evidence), that it was added to silence this warning from
|
Thanks James! 🙏 That makes sense In that case, we should drop this from the requirements and add it to the CI images Started this in PR: rapidsai/ci-imgs#237 |
Should add we already get this warning on CI: WARNING: Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away. So having this in |
welp 🙃 Then either there's some other reason we added that that I don't remember (looks like there wasn't any commentary on it in #8), or it's just not working as intended anyway and we can safely remove it. |
It seems this pattern shows up in other places. It would be good to get more clarity on its usage elsewhere |
I honestly don't remember even adding the |
Looks like it was added in a076a31, which indicates that it was modeled after https://github.com/rapidsai/rapids-build-backend. |
I added it to rapids-build-backend in hopes of silencing the warning, and when it didn't work I guess I just forgot to remove it. I'd have liked to have figured out how to fix the warning, but at this stage it's probably a moot point since we're rewriting all our recipes to use rattler anyway. I say drop the dependency and move on, it'll be obsoleted by the migration even if we could fix it. |
Thanks all! 🙏 Agree we can remove it then Have raised this in issue: rapidsai/build-planning#150 |
Noticed that the Conda recipe depends on
conda-verify
inrequirements/host
rapids-metadata/conda/recipes/rapids-metadata/meta.yaml
Line 36 in 20e30ee
Though not seeing other uses of it in the library
Is
conda-verify
needed byrapids-metadata
? If so, how is it used?The text was updated successfully, but these errors were encountered: