Remove dependency on mox3

Change-Id: Ie6017be8293b36d1aedfb5cce7b76c85a8b95b63
This commit is contained in:
Zane Bitter 2020-02-07 00:22:05 -05:00
parent 163d4aa0e9
commit 869f3a943b
3 changed files with 0 additions and 7 deletions

View File

@ -1,5 +0,0 @@
import sys
from mox3 import mox
sys.modules['mox'] = mox

View File

@ -33,7 +33,6 @@ MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==0.6
mox3==0.20.0
msgpack-python==0.4.0
munch==2.1.0
netaddr==0.7.18

View File

@ -8,7 +8,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
python-openstackclient>=3.12.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0