-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipx: fix state=latest w/ install_deps=true (#6303)
* pipx and pipx_info: Document that modules require pipx 0.16.2.1 or above Since their introduction, these modules rely on 'pipx list --json' to return machine-readable output about installed pipx applications. That functionality was introduced in 0.16.2, along with a critical bug fix (invalid json) in 0.16.2.1. * pipx: fix state=latest with install_deps=true "pipx upgrade" stopped supporting the "--include-deps" option ("install_deps" in the ansible module) in pipx 0.15 (https://pypa.github.io/pipx/changelog/#01500). The lack of support causes the pipx module to fail if attempting to use state=latest with install_deps, since the parameter is passed to both pipx install (fine) and pipx upgrade (fails). * Add changelog fragment
- Loading branch information
1 parent
ae5090d
commit 996fc8c
Showing
4 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/6303-pipx-fix-state-latest-and-add-system-site-packages.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- pipx - fixed handling of ``install_deps=true`` with ``state=latest`` and ``state=upgrade`` (https://github.com/ansible-collections/community.general/pull/6303). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters