pipx: adjustments for pipx 1.8.0 (#10874)

* pipx: adjustments for pipx 1.8.0

* add changelog frag

* typo
This commit is contained in:
Alexei Znamensky
2025-10-05 18:06:01 +13:00
committed by GitHub
parent 6cd4665412
commit 750adb431a
3 changed files with 11 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ def pipx_runner(module, command, **kwargs):
module,
command=command,
arg_formats=arg_formats,
environ_update={'USE_EMOJI': '0'},
environ_update={'USE_EMOJI': '0', 'PIPX_USE_EMOJI': '0'},
check_rc=True,
**kwargs
)