From c54f26916d09e5bbb2b6396f6f515dc5888050d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Aug 2017 10:13:18 -0400 Subject: [PATCH] Pin psutil to latest version 5.2.2 --- tests/requirements-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-tools.txt b/tests/requirements-tools.txt index b34dbc8096..b74707f909 100644 --- a/tests/requirements-tools.txt +++ b/tests/requirements-tools.txt @@ -8,4 +8,4 @@ pytest-timeout # Plugin to abort hanging tests. pytest-catchlog # Capture log output separately from stdout/stderr pytest-drop-dup-tests # allows specifying order without duplicates -psutil # Better subprocess alternative with implemented timeout. +psutil==5.2.2 # Better subprocess alternative with implemented timeout.