drop mock from test-requirements

after commit I8bbcedb7ad3f0bc2e06dfa13878a97411ee1dc6d switched usage
to unittest.mock everywhere we can now drop mock from test-requirements
which reduces extra package from being installed

Change-Id: Id9d87aa8449b46dd74b2acedcdd9239200d108fb
This commit is contained in:
Jon Schlueter 2020-03-17 08:15:25 -04:00
parent ba2e4b83e8
commit b35459b290
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
# xml parsing
lxml!=3.7.0,>=3.4.1 # BSD
# mock object framework
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
# test wsgi apps without starting an http server