Skip to content

Commit

Permalink
[stable-2.10] pin mongodb libraries in test
Browse files Browse the repository at this point in the history
A recent release of PyMongo 4.0 caused tests to fail
  • Loading branch information
samdoran authored and mattclay committed Nov 30, 2021
1 parent 06446fa commit 91687af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 91687af

Please sign in to comment.