From 43ba9173f7a112c1650bcf270dbbcb050f4dc4c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Jan 2017 16:21:42 +0100 Subject: [PATCH] Remove psutil dependency It does not seem to be used Change-Id: Ib78076b5168f99b4236f5b776992d86cb8d5f74e --- vmware_nsx/tests/functional/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/vmware_nsx/tests/functional/requirements.txt b/vmware_nsx/tests/functional/requirements.txt index 2f9131d0bf..2d664cb354 100644 --- a/vmware_nsx/tests/functional/requirements.txt +++ b/vmware_nsx/tests/functional/requirements.txt @@ -4,6 +4,5 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -psutil>=1.1.1,<2.0.0 psycopg2 PyMySQL>=0.6.2 # MIT License