[PR #10096/a042721c backport][stable-9] pipx/pipx_info: fix scheduled tests (#10099)

pipx/pipx_info: fix scheduled tests (#10096)

(cherry picked from commit a042721c82)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-05-04 14:02:25 +02:00
committed by GitHub
parent 9aef7ad67e
commit b52b754a3d

View File

@@ -9,10 +9,13 @@
extra_args: --user
##############################################################################
- name: ensure application tox is uninstalled
- name: ensure applications are uninstalled
community.general.pipx:
name: "{{ item }}"
state: absent
name: tox
loop:
- tox
- pylint
- name: retrieve applications (empty)
community.general.pipx_info: {}