[stable-2.9] Pin psutil version in tests (#70715)

A recent update to psutil introduced a breaking change
pull/70754/head
Sam Doran 6 years ago committed by GitHub
parent a866aa5875
commit 93f2f47d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- name: "Installing the psutil module"
pip:
name: psutil
name: psutil==5.6.7
- name: "Checking the empty result"
pids:

@ -45,5 +45,5 @@ redhat_packages_py3:
- python3-pip
pip_packages:
- psutil
- pymongo
- psutil==5.6.7
- pymongo==3.10.1

Loading…
Cancel
Save