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

pip_audit, test: allow editable packages to be skipped #244

Merged
merged 5 commits into from
Feb 28, 2022

Conversation

woodruffw
Copy link
Member

WIP; needs di/pip-api#131 to support requirements files and not just environments.

Closes #237.

@woodruffw woodruffw added enhancement New feature or request component:cli CLI components component:dep-sources Dependency sources labels Feb 25, 2022
@woodruffw woodruffw self-assigned this Feb 25, 2022
@woodruffw
Copy link
Member Author

Pending on release: di/pip-api#132

@di
Copy link
Member

di commented Feb 28, 2022

Released: https://pypi.org/project/pip-api/0.0.28/

@woodruffw woodruffw marked this pull request as ready for review February 28, 2022 18:31
@woodruffw woodruffw merged commit 0e2dc53 into main Feb 28, 2022
@woodruffw woodruffw deleted the ww/ignore-editable branch February 28, 2022 20:37
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Mar 14, 2022
## [2.1.0] - 2022-03-11

### Added

* CLI: The `--skip-editable` flag has been added, allowing users to skip local
  packages or parsed requirements (via `-r`) that are marked as editable
  ([#244](pypa/pip-audit#244))

* CLI: `pip-audit` can audit projects that list their dependencies in
  `pyproject.toml` files, via `pip-audit <dir>`
  ([#246](pypa/pip-audit#246))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli CLI components component:dep-sources Dependency sources enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exempt editable packages
2 participants