From c8d0bb78309dc49531a675f5441772229a6bbd2b Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 9 Jan 2018 17:12:45 -0600 Subject: [PATCH] Remove mox from requirements Mox was listed in test-requirements, but it is not actually being used anywhere. Since we want to get rid of this package in OpenStack, removing from requirements so it does not look like it is being used. Change-Id: Id28298c0327ac1780f17d9d7245360116814fd67 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 508c72f..edc5067 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.2 mock>=2.0.0 # BSD -mox>=0.5.3 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD