From 5662243a49e8341b381ee1fc9ba1efcb7712195c Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Mon, 3 Feb 2014 20:32:28 +0800 Subject: [PATCH] Now psutil>=1.1.0 is actually on PyPI Version 1.1.0 doesn't work, so exclude it from the version list. Patch of requirements: https://review.openstack.org/#/c/68946 Closes-Bug: #1275716 Change-Id: I1e676f96070d1704de84f89bddbc5b23a6c6d966 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b7d944c688..9866c42981 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,7 +16,7 @@ nosehtmloutput>=0.0.3 sphinx>=1.1.2,<1.2 requests>=1.1 testtools>=0.9.32 -psutil>=0.6.1,<1.0 +psutil>1.1.0 # Optional packages that should be installed when testing MySQL-python