[stable-2.10] pin mongodb libraries in test

A recent release of PyMongo 4.0 caused tests to fail
pull/76475/head
Sam Doran 3 years ago committed by Matt Clay
parent 06446fad69
commit 91687afddd

@ -42,5 +42,5 @@ redhat_packages_py3:
# Do not install requests[security] via pip. It will cause test failures.
# See https://github.com/ansible/ansible/pull/66319
pip_packages:
- psutil
- pymongo
- psutil==5.8.0
- pymongo==3.12.2

Loading…
Cancel
Save