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

* pipx - fixed --include-apps bug

* added changelog fragment

* skipped freebsd for the last test
This commit is contained in:
Alexei Znamensky 2021-11-30 19:10:20 +13:00 committed by GitHub
commit bc619bcefc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).