fix(integration-tests): Drop obsolete bin and lib existence checks in the CLP package layout (fixes #1643).#1642
Conversation
WalkthroughModified PackageConfig validation in test utilities to require only Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai Can you open an issue corresponding to what this PR fixes? |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 42 @kirkrodrigues: I've created issue #1643 to track the problem that this PR fixes. The issue describes how the integration tests failed due to outdated package layout assumptions after PR #1512 changed the structure. Link: #1643 🧠 Learnings used |
bin and lib existence checks in the CLP package layout.bin and lib existence checks in the CLP package layout (fixes #1643).
kirkrodrigues
left a comment
There was a problem hiding this comment.
Edited the PR title directly.
…s in the CLP package layout (fixes y-scope#1643). (y-scope#1642)
Description
This PR addresses the package layout changes in #1512.
clp-package/bin. The directory is gone.clp-package/libis moved tobuild/python-libs.Hence,
binandlibare no longer required components of the clp package.Checklist
breaking change.
Validation performed
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.