Skip to content

Integration tests fail due to outdated package layout assumptions after PR #1512 #1643

Description

@coderabbitai

After PR #1512 changed the CLP package layout (removing the bin directory and moving lib to build/python-libs), the integration tests continued to check for the existence of these directories in the CLP package. This caused the tests to fail because they expected bin and lib to exist in the package, but these directories are no longer part of the package structure.

Resolution: The integration tests needed to be updated to reflect the new package layout by removing the existence checks for bin and lib directories.

Backlinks:

Requested by: @kirkrodrigues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions