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 fixtures
|
||||||
import gear
|
import gear
|
||||||
import kazoo.client
|
import kazoo.client
|
||||||
import testresources
|
|
||||||
import testtools
|
import testtools
|
||||||
|
|
||||||
from nodepool import allocation, builder, fakeprovider, nodepool, nodedb, webapp
|
from nodepool import allocation, builder, fakeprovider, nodepool, nodedb, webapp
|
||||||
@ -275,7 +274,7 @@ class GearmanClient(gear.Client):
|
|||||||
return queued
|
return queued
|
||||||
|
|
||||||
|
|
||||||
class BaseTestCase(testtools.TestCase, testresources.ResourcedTestCase):
|
class BaseTestCase(testtools.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(BaseTestCase, self).setUp()
|
super(BaseTestCase, self).setUp()
|
||||||
test_timeout = os.environ.get('OS_TEST_TIMEOUT', 60)
|
test_timeout = os.environ.get('OS_TEST_TIMEOUT', 60)
|
||||||
|
@ -8,6 +8,5 @@ fixtures>=0.3.12
|
|||||||
mock>=1.0
|
mock>=1.0
|
||||||
python-subunit
|
python-subunit
|
||||||
testrepository>=0.0.13
|
testrepository>=0.0.13
|
||||||
testresources
|
|
||||||
testscenarios
|
testscenarios
|
||||||
testtools>=0.9.27
|
testtools>=0.9.27
|
||||||
|
Loading…
Reference in New Issue
Block a user