mark noarch/nteract-scrapbook-0.5.0-*_1 broken#239
Conversation
|
Removing a package to avoid a pip check failure is not really needed. If pip check fails, that's fine. Conda is not pip and the metadata could simply be different. |
|
The solution here is to remove pip check from the recipe of the offending feedstock. Or you can write some code to ignore certain errors. |
|
The problem is I (as @conda-forge/nteract-scrapbook) created a package which does not exist on pip ( I concur that having a conda-forge-specific |
|
I don't personally find this argument convincing. I'm happy to keep chatting though. cc @conda-forge/core for other opinions We should be able to create a simple feedstock that holds a python script that runs pip check and then ignores some errors selectively. This tool could then be used by a lot of recipes. This is a much better solution than pulling a package simply because it got renamed on conda. |
Guidelines for marking packages as broken:
instead of marking packages as broken. This alternative workflow makes environments more reproducible.
not technically broken and should not be marked as such.
but should be patched in the repo data and be marked unbroken later.
the maintainers only, we can allow packages to be marked broken more liberally.
conda-forge/core) try to make a decision on these requests within 24 hours.Checklist:
broken/*for adding thebrokenlabel,not_broken/*for removing thebrokenlabel)The upstream package changed the distribution name (dropping the
nteract-prefix). I added an alias package for depending on the old name, but it's causing issues for downstreams.@conda-forge/nteract-scrapbook