Do not install requests[security] for MongoDB tests

This was previously removed in PR ##60083 but was added again in
PR #61257. This will cause a lot of things to fail if it is uninstalled
during cleanup after the test role, which is why it was originally removed
from the test.
This commit is contained in:
Sam Doran 2020-01-09 16:50:06 -05:00 committed by Matt Clay
parent 595ab62ab8
commit db491eca0e

View file

@ -41,5 +41,4 @@ redhat_packages_py3:
pip_packages: pip_packages:
- psutil - psutil
- requests[security]
- pymongo - pymongo