pipx - fixed bug in state=inject (#3611)

* pipx - fixed bug in state=inject

* added changelog fragment

* copy/paste error in the integration test

* replaced injected package with simpler one

* testing force_lang = None

* disable UTF-8 emojis in pipx output

* better way to achieve the same outcome

* Adjsuted the changelog fragment
This commit is contained in:
Alexei Znamensky
2021-10-30 19:11:57 +13:00
committed by GitHub
parent 8ba7fd5d61
commit 40ccd1501b
3 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- pipx - ``state=inject`` was failing to parse the list of injected packages (https://github.com/ansible-collections/community.general/pull/3611).
- pipx - set environment variable ``USE_EMOJI=0`` to prevent errors in platforms that do not support ``UTF-8`` (https://github.com/ansible-collections/community.general/pull/3611).