Skip to content

RTECO-1287 jf poetry install --only main captures all dependency #3530

Open
reshmifrog wants to merge 1 commit into
masterfrom
RTECO-1287-jf-poetry-install-all-dependency-ignoring-group-filters
Open

RTECO-1287 jf poetry install --only main captures all dependency #3530
reshmifrog wants to merge 1 commit into
masterfrom
RTECO-1287-jf-poetry-install-all-dependency-ignoring-group-filters

Conversation

@reshmifrog
Copy link
Copy Markdown
Contributor

…ps in build info, ignoring group filters

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the master branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

Problem: jf poetry install all dependency ignoring group filters

@reshmifrog reshmifrog added the bug Something isn't working label Jun 3, 2026
@reshmifrog reshmifrog added the safe to test Approve running integration tests on a pull request label Jun 3, 2026
// Returns nil on any error so the caller falls back to lock-file-driven
// resolution (no regression).
func poetryInstalledPackages(workingDir string) map[string]string {
cmd := exec.Command("poetry", "run", "pip", "list", "--format=json")
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.

please try to use poetry show with all the flags from poetry install command being flushed into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working safe to test Approve running integration tests on a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants