From db491eca0edcb4f4ddfdfd2d1b96649023eb90e8 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 9 Jan 2020 16:50:06 -0500 Subject: [PATCH] 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. --- test/integration/targets/setup_mongodb/defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/targets/setup_mongodb/defaults/main.yml b/test/integration/targets/setup_mongodb/defaults/main.yml index ddf9ea5221e..a319bbf505d 100644 --- a/test/integration/targets/setup_mongodb/defaults/main.yml +++ b/test/integration/targets/setup_mongodb/defaults/main.yml @@ -41,5 +41,4 @@ redhat_packages_py3: pip_packages: - psutil - - requests[security] - pymongo