[stable-2.12] pin mongodb libraries in test

A recent release of PyMongo 4.0 caused tests to fail
pull/76417/head
Sam Doran 4 years ago committed by Matt Clay
parent 3741551f8a
commit b00bdf2081

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

Loading…
Cancel
Save