Remove mox from requirements

Mox was listed in test-requirements, but it is not actually
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: I066ed8b65e76c41548b1e47b152a67701ba3d4d9
This commit is contained in:
Sean McGinnis 2018-01-09 17:06:16 -06:00
parent 3c1b716e92
commit f910660adf
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ httplib2>=0.9.1 # MIT
influxdb>=2.9.2 # MIT
mock>=2.0.0 # BSD
funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
mox>=0.5.3 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD