Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Use python -m instead pip directly."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 7, 2022
2 parents 68560aa + 5c34b2f commit 90e314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ allowlist_externals =
bash
commands_pre =
ansible-galaxy collection install ansible.posix containers.podman
pip install -q bindep fixtures
python -m pip install -q bindep fixtures
bindep test
commands =
pytest --color=no \
Expand Down

0 comments on commit 90e314a

Please sign in to comment.