Merge "Drop mox3 from test-requirements.txt"

This commit is contained in:
Zuul 2018-06-03 00:56:05 +00:00 committed by Gerrit Code Review
commit e8fb9f75fb
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ _TRUE_VALUES = ('True', 'true', '1', 'yes')
class TestCase(testtools.TestCase):
"""Test case base class for all unit tests."""
use_mox = False
def setUp(self):
"""Run before each test method to initialize test environment."""
@ -62,6 +63,7 @@ class BaseRecordFormCleanTests(test.TestCase):
DOMAIN_NAME = 'foo.com.'
HOSTNAME = 'www'
use_mox = False
MSG_FIELD_REQUIRED = 'This field is required'
MSG_INVALID_HOSTNAME = 'Enter a valid hostname. The '\

View File

@ -5,7 +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
mox3>=0.20.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
pylint==1.4.5 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD