Skip to content
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

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Dec 5, 2023

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 ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@kenodegard kenodegard self-assigned this Dec 5, 2023
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Dec 5, 2023
@kenodegard kenodegard linked an issue Dec 5, 2023 that may be closed by this pull request
@kenodegard kenodegard added the build::review trigger a build for this PR label Dec 5, 2023
@conda-bot conda-bot removed the build::review trigger a build for this PR label Dec 5, 2023
@conda-bot
Copy link
Contributor

conda-bot commented Dec 5, 2023

Review build status

The workflow for building and uploading a canary release for conda-build with the label conda-conda-build-pr-5096 in channel conda-canary was started by @kenodegard!

Once it's done, use this command to try it out in a new conda environment:

conda install -c conda-canary/label/conda-conda-build-pr-5096 conda-build

@kenodegard kenodegard added the build::review trigger a build for this PR label Dec 5, 2023
@conda-bot conda-bot removed the build::review trigger a build for this PR label Dec 5, 2023
dholth
dholth previously approved these changes Dec 5, 2023
Copy link
Contributor

@dholth dholth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@kenodegard kenodegard added the build::review trigger a build for this PR label Dec 6, 2023
@conda-bot conda-bot removed the build::review trigger a build for this PR label Dec 6, 2023
Comment on lines +415 to +417
@pytest.mark.skip(
reason="GitHub discontinued SVN, see https://github.com/conda/conda-build/issues/5098"
)
Copy link
Contributor Author

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.

@kenodegard kenodegard mentioned this pull request Dec 6, 2023
67 tasks
@kenodegard kenodegard added the build::review trigger a build for this PR label Dec 6, 2023
@conda-bot conda-bot removed the build::review trigger a build for this PR label Dec 6, 2023
@jezdez jezdez merged commit 5015b17 into 3.28.x Dec 6, 2023
27 checks passed
@jezdez jezdez deleted the fix-multi-outputs branch December 6, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Recipes defining outputs without package/version fail in 3.28.0
4 participants