feat(integration-tests): Set up testing infrastructure for python binding library yscope_clp_core.
#1950
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.
Description
This PR sets up the basic infrastructure for writing integration tests for
yscope-clp-core. While the setup itself is straightforward, the main problem it addresses is running Python linting against the integration test project whenyscope-clp-coreis installed:clp-sbinaryclp-s(GitHub CI)auditwheel repairfails whenclp-sis missing because its purpose is to bundle required shared libraries into the wheelIntroducing a
WITH_COREflag fortask python-wheels-yscope-clp-coreallows flexible workflows. The core binary is included only when it is required.This PR precedes #1934 to allow tests for
ClpArchiveWriterto be written directly, with minimal infrastructure overhead.Checklist
breaking change.
Validation performed
task lint:pyandtask tests:integration:python-wheels-yscope-clp-corepass independently. The CI passes as well.Summary by CodeRabbit
Tests
Chores