Steve Kowalik has proposed merging
lp:~stevenk/launchpad/librarian-teardown-failure into lp:launchpad/devel.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
This branch stops the LaunchpadScriptLayer killing the librarian before the
librarian layer gets a chance to.
--
https://code.launchpad.net/~stevenk/launchpad/librarian-teardown-failure/+merge/37561
Your team Launchpad code reviewers is requested to review the proposed merge of
lp:~stevenk/launchpad/librarian-teardown-failure into lp:launchpad/devel.
=== modified file 'lib/canonical/testing/layers.py'
--- lib/canonical/testing/layers.py 2010-10-04 06:20:04 +0000
+++ lib/canonical/testing/layers.py 2010-10-05 06:53:47 +0000
@@ -1340,7 +1340,6 @@
def tearDown(cls):
if not globalregistry.base.unregisterUtility(cls._mailbox):
raise NotImplementedError('failed to unregister mailbox')
- LaunchpadLayer.tearDownHelper()
@classmethod
@profiled
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp