Skip to content

Avoided deptry fails on packages [CLD-320]#463

Open
maykcaldas wants to merge 1 commit into
mainfrom
fix/ci
Open

Avoided deptry fails on packages [CLD-320]#463
maykcaldas wants to merge 1 commit into
mainfrom
fix/ci

Conversation

@maykcaldas

@maykcaldas maykcaldas commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

The CI creates a /docs directory inside ldp/packages that uv was trying to interpret as a package and failing.
Additionally, deptry in ldp fails when scanning packages/*. I excluded this url as lmi has it's own deptry step

Copilot AI review requested due to automatic review settings June 23, 2026 21:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the uv workspace configuration to explicitly list the intended workspace member package, preventing uv from attempting to treat unintended directories as workspace packages during CI.

Changes:

  • Replaced the wildcard workspace member glob (packages/*) with an explicit member entry (packages/lmi) under [tool.uv.workspace].

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@maykcaldas maykcaldas changed the title Removed the wildcard list of packages for uv Avoided deptry fails on packages Jun 23, 2026
@maykcaldas maykcaldas self-assigned this Jun 23, 2026
@maykcaldas maykcaldas requested review from jabra and sidnarayanan June 23, 2026 23:04
@maykcaldas maykcaldas enabled auto-merge (squash) June 23, 2026 23:45
@maykcaldas maykcaldas changed the title Avoided deptry fails on packages Avoided deptry fails on packages [CLD-320] Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants