Revert "Do not require requests-kerberos for tests"
This reverts commit 1946ed303b0d18f206d04af04ea81b37a659a31d. Change-Id: If4b1db131af467eb9a0910584c0fdc08dcee10c6
This commit is contained in:
parent
ce56780909
commit
e391e92bad
@ -6,6 +6,7 @@ mock<1.1
|
||||
unittest2
|
||||
python-subunit
|
||||
requests-mock>=1.4.0
|
||||
requests-kerberos
|
||||
sphinx>=1.2,<1.3.0
|
||||
stestr>=2.0.0
|
||||
testscenarios
|
||||
|
@ -24,6 +24,8 @@ class JenkinsTestBase(TestWithScenarios, unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
super(JenkinsTestBase, self).setUp()
|
||||
# TODO(darragh) would be useful if this could be mocked
|
||||
jenkins.requests_kerberos = None
|
||||
|
||||
self.j = jenkins.Jenkins(self.base_url, 'test', 'test')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user