-
Notifications
You must be signed in to change notification settings - Fork 426
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
Relax package/version
check for multi outputs
#5096
Conversation
Review build status
Once it's done, use this command to try it out in a new conda environment:
|
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.
Thanks
8f114a3
to
96c5d64
Compare
@pytest.mark.skip( | ||
reason="GitHub discontinued SVN, see https://github.com/conda/conda-build/issues/5098" | ||
) |
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.
GitHub has started the processes of turning off SVN support causing this tests to fail. Refactoring revealed unexpected surprises, so I've chosen to step back for this hotfix and temporarily bypass the failing test.
See #5098 for more.
Description
Correcting conda-build issues identified for multi-outputs where the version is undefined (conda-forge/admin-requests#890).
Leaving in the version checks in simple recipes but relaxes the requirements for recipes with multi-outputs.
Xref #5055
Resolves #5097
Checklist - did you ...
news
directory (using the template) for the next release's release notes?Add / update outdated documentation?