Commit 7ebb12aa authored by Tres Seaver's avatar Tres Seaver

Bump ZConfig -> 2.9.3.

parent 98f2a8b6
......@@ -50,7 +50,7 @@ for name in (None, 'trace', 'access'):
'handlers':logger.handlers,
'filters':logger.filters}
class ZopeStarterTestCase(test_logger.LoggingTestBase):
class ZopeStarterTestCase(test_logger.LoggingTestHelper, unittest.TestCase):
schema = None
......@@ -58,7 +58,7 @@ class ZopeStarterTestCase(test_logger.LoggingTestBase):
from ZConfig.components.logger import loghandler
if self.schema is None:
ZopeStarterTestCase.schema = getSchema()
test_logger.LoggingTestBase.setUp(self)
test_logger.LoggingTestHelper.setUp(self)
def tearDown(self):
try:
......@@ -69,7 +69,7 @@ class ZopeStarterTestCase(test_logger.LoggingTestBase):
Products.__path__ = [d for d in Products.__path__
if os.path.exists(d)]
test_logger.LoggingTestBase.tearDown(self)
test_logger.LoggingTestHelper.tearDown(self)
# reset logger states
for name in (None, 'access', 'trace'):
......
......@@ -34,7 +34,7 @@ ZopeUndo = 2.12.0
manuel = 1.1.1
mechanize = 0.2.5
python-gettext = 1.2
ZConfig = 2.9.1
ZConfig = 2.9.3
ZODB3 = 3.10.5
# Zope2 dependencies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment