Drop mox3 from test-requirements.txt

This is part of mox-removal community goal in Rocky.

Story: 2001546
Task: 6431

Change-Id: I1fe5690fcce5976fba24f37757641491a11990db
Depends-On: I9af29e743d81e8cccdb797e8b406e94c3ede2b63
Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
Charles Short 2018-03-23 11:37:20 -04:00
parent d1a07b84c5
commit 59a354e3bf
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