-
Notifications
You must be signed in to change notification settings - Fork 428
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
tests are busted due to something with setuptools and ruamel.yaml #5515
Comments
I'm seeing the same thing in my own builds:
I can't find the source of this code anywhere, so I have to assume conda-build/skeleton is doing some kind of patching. Going to go look for a workaround (probably pinning ruamel somehow), but if this is coming from a patch then it'd be great to get it fixed upstream (wherever that is). |
I think the issue is that some of the recipes in the tests need ruamel.yaml pinned. |
NVM. I think I found it here: #5517 |
IDK why, but the tests for conda skeleton are now breaking due to the removal of
safe_dump
inruamel.yaml >=0.18.0
.see https://github.com/conda/conda-build/actions/runs/11484656642/job/31962986476
The text was updated successfully, but these errors were encountered: