Remove mox from requirements

Mox and mox3 were listed in test-requirements, but neither is
actually used anywhere. Since we are trying to remove the use
of mox from OpenStack, this clears them from the requirements
so it does not look like they are being used.

Change-Id: I954e97202ed62e17d31993a57c3891a1f6903799
This commit is contained in:
Sean McGinnis 2018-01-09 15:02:52 -06:00
parent ea53eea023
commit 6b78e6ddba
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
mox>=0.5.3 # Apache-2.0
mox3>=0.20.0 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
pylint==1.4.5 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD