Merge "Use python -m instead pip directly."

This commit is contained in:
Zuul 2022-12-07 09:17:29 +00:00 committed by Gerrit Code Review
commit 90e314a2bd
1 changed files with 1 additions and 1 deletions

View File

@ -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 \