Skip to content

Commit

Permalink
[stable-2.12] 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 3741551 commit b00bdf2
Showing 1 changed file with 2 additions and 2 deletions.
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 b00bdf2

Please sign in to comment.