Remove mox from test-requirements

The mox library (not even mox3) was used with py27, and is not actually
being used anymore. This cleans up the test-requirements file so we can
remove mox from global requirements.

Change-Id: I67beef36094e514485e77a810312fecb2b7e6c9e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-08 09:44:45 -05:00
parent 48f12a2f38
commit 819cf87b64
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 0 additions and 1 deletions

View File

@ -6,6 +6,5 @@
hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage>=3.6
discover
mox>=0.5.3
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0