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
This commit is contained in:
Sean McGinnis 2018-01-09 16:56:42 -06:00
parent d9214e3273
commit f1fd56b9da
1 changed files with 0 additions and 1 deletions

View File

@ -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