Remove testresources
This is unused. Change-Id: Idf1356c8532b19bf5ef3c7835888021559900193
This commit is contained in:
parent
6e8069ec2a
commit
1b6fc223ff
@ -31,7 +31,6 @@ import uuid
|
||||
import fixtures
|
||||
import gear
|
||||
import kazoo.client
|
||||
import testresources
|
||||
import testtools
|
||||
|
||||
from nodepool import allocation, builder, fakeprovider, nodepool, nodedb, webapp
|
||||
@ -275,7 +274,7 @@ class GearmanClient(gear.Client):
|
||||
return queued
|
||||
|
||||
|
||||
class BaseTestCase(testtools.TestCase, testresources.ResourcedTestCase):
|
||||
class BaseTestCase(testtools.TestCase):
|
||||
def setUp(self):
|
||||
super(BaseTestCase, self).setUp()
|
||||
test_timeout = os.environ.get('OS_TEST_TIMEOUT', 60)
|
||||
|
@ -8,6 +8,5 @@ fixtures>=0.3.12
|
||||
mock>=1.0
|
||||
python-subunit
|
||||
testrepository>=0.0.13
|
||||
testresources
|
||||
testscenarios
|
||||
testtools>=0.9.27
|
||||
|
Loading…
x
Reference in New Issue
Block a user