mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
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:
parent
8ba7fd5d61
commit
40ccd1501b
3 changed files with 41 additions and 1 deletions
3
changelogs/fragments/3611-pipx-fix-inject.yml
Normal file
3
changelogs/fragments/3611-pipx-fix-inject.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue