Merge "Remove mox3 from test-requiremens.txt"

This commit is contained in:
Zuul 2018-04-03 09:48:26 +00:00 committed by Gerrit Code Review
commit 88bc282aed
2 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,10 @@ class MistralTestsMixin(object):
class TestCase(MistralTestsMixin, helpers.TestCase):
use_mox = False
pass
class APITestCase(MistralTestsMixin, helpers.APITestCase):
use_mox = False
pass

View File

@ -9,7 +9,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
nose>=1.3.7 # LGPL
nose-exclude>=0.3.0 # LGPL