Skip to content

Commit a042721

Browse files
authored
pipx/pipx_info: fix scheduled tests (#10096)
1 parent 6a40d45 commit a042721

File tree

1 file changed

+5
-2
lines changed
  • tests/integration/targets/pipx_info/tasks

1 file changed

+5
-2
lines changed

tests/integration/targets/pipx_info/tasks/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
extra_args: --user
1010

1111
##############################################################################
12-
- name: ensure application tox is uninstalled
12+
- name: ensure applications are uninstalled
1313
community.general.pipx:
14+
name: "{{ item }}"
1415
state: absent
15-
name: tox
16+
loop:
17+
- tox
18+
- pylint
1619

1720
- name: retrieve applications (empty)
1821
community.general.pipx_info: {}

0 commit comments

Comments
 (0)