Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider all Python packages as direct dependencies #408

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

talarian1
Copy link
Contributor

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

As a result of the way Python packages are consumed by Python projects, we can't confidently say if a package is a direct dependency of the current project. It was decided that is more accurate to treat all Python dependencies as direct dependencies and include them all in the Contextual Analysis scan.
Please notice that the Populate each node's children section is still needed for the impact graph display:

Screenshot 2023-08-24 at 18 40 15

@talarian1 talarian1 added the safe to test Approve running integration tests on a pull request label Aug 24, 2023
@talarian1 talarian1 added safe to test Approve running integration tests on a pull request improvement Automatically generated release notes and removed safe to test Approve running integration tests on a pull request labels Sep 5, 2023
@talarian1 talarian1 merged commit 020404e into jfrog:master Sep 5, 2023
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes 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