Add comment about not installing requests

pull/66326/head
Sam Doran 5 years ago committed by Matt Clay
parent db491eca0e
commit 397ec6f291

@ -39,6 +39,8 @@ redhat_packages_py3:
- python3-setuptools
- python3-pip
# Do not install requests[security] via pip. It will cause test failures.
# See https://github.com/ansible/ansible/pull/66319
pip_packages:
- psutil
- pymongo

Loading…
Cancel
Save