From f1fd56b9da927e90701f3211119845770f063022 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 9 Jan 2018 16:56:42 -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: Ic367c2e4c3dcba7059967394d60b6948f418310a --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 564d53c..cb976a4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 nose>=1.3.7 # LGPL mock>=2.0.0 # BSD -mox>=0.5.3 # Apache-2.0 sphinx>=1.6.2 # BSD sphinxcontrib-httpdomain>=1.3.0 # BSD