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:
parent
595ab62ab8
commit
db491eca0e
1 changed files with 0 additions and 1 deletions
|
@ -41,5 +41,4 @@ redhat_packages_py3:
|
||||||
|
|
||||||
pip_packages:
|
pip_packages:
|
||||||
- psutil
|
- psutil
|
||||||
- requests[security]
|
|
||||||
- pymongo
|
- pymongo
|
||||||
|
|
Loading…
Reference in a new issue