Skip to content

Commit

Permalink
client: do not use pip to install python modules
Browse files Browse the repository at this point in the history
Since we have moved to using tox to run tests on the client, we can
install the required dependencies from within tox. We do not need to use
pip to install the modules on the clients.

Signed-off-by: Sachin Prabhu <[email protected]>
  • Loading branch information
spuiuk committed Feb 12, 2024
1 parent 57a9eac commit bb15e14
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions playbooks/ansible/roles/client.prep/tasks/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
- tox
state: latest

- name: Install Python 3 modules
pip:
executable: /usr/bin/pip3
name:
- PyYAML
- iso8601
extra_args: --ignore-installed

- name: Link to pytest
file:
src: /usr/bin/pytest-3
Expand Down

0 comments on commit bb15e14

Please sign in to comment.