From fc0b4cf81930eb2336d9c9f3759fd93f35ce42d6 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Thu, 11 Feb 2016 08:44:17 -0800 Subject: [PATCH] Removes unused posix_ipc requirement posix_ipc module is not used anywhere in this project. Change-Id: Idc0b3c1b4e572cc348a638a02aa63eaeb1265b45 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4cbf6077..d59b5b04 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,6 @@ fixtures>=1.3.1 # Apache-2.0/BSD mock>=1.2 # BSD nose # LGPL oslotest>=1.10.0 # Apache-2.0 -posix-ipc # BSD sqlalchemy-migrate>=0.9.6 # Apache-2.0 tempest-lib>=0.14.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD