[dnm] Use conda-rattler-solver in CI - #5989
Draft
jsmolic wants to merge 2 commits into
Draft
Conversation
jsmolic
force-pushed
the
conda-rattler-solver-ci
branch
from
May 26, 2026 01:55
4ef2ee3 to
3aeb1f6
Compare
This was referenced May 28, 2026
jsmolic
added a commit
to jsmolic/conda-build
that referenced
this pull request
May 28, 2026
The recipe contains characters that are not allowed by the rattler solver either; skip the test in that case too. Originally discovered when running the test suite with rattler solver in conda#5989: ``` FAILED tests/test_api_build.py::test_recipe_builds[unicode_all_over] - conda.exceptions.InvalidMatchSpec: Invalid spec '♥=1': Invalid spec '♥=1': package name contains invalid characters (♥) ```
jsmolic
force-pushed
the
conda-rattler-solver-ci
branch
from
May 28, 2026 16:25
9b1ae64 to
1dc2593
Compare
2 tasks
jsmolic
added a commit
to jsmolic/conda-rattler-solver
that referenced
this pull request
May 28, 2026
If we don't do this conda-build can run into errors if it doesn't receive the correct exception type. This caused many test failures when running conda-build test suite with rattler solver in conda/conda-build#5989
jsmolic
force-pushed
the
conda-rattler-solver-ci
branch
2 times, most recently
from
June 3, 2026 01:29
f9393f6 to
b22d81c
Compare
jsmolic
force-pushed
the
conda-rattler-solver-ci
branch
from
June 20, 2026 11:17
b22d81c to
8f5310c
Compare
jsmolic
force-pushed
the
conda-rattler-solver-ci
branch
from
July 21, 2026 07:29
8f5310c to
e144466
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: This is a draft PR to run unit tests with
conda-rattler-solverand not intended to be merged.