pipx - fixed --include-apps bug (#3800) (#3817)

* pipx - fixed --include-apps bug

* added changelog fragment

* skipped freebsd for the last test

(cherry picked from commit bc619bcefc)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-11-30 08:32:48 +01:00
committed by GitHub
parent a11022e896
commit 614a84d0f2
3 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- pipx - passes the correct command line option ``--include-apps`` (https://github.com/ansible-collections/community.general/issues/3791).