~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_packagecloner.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
from zope.component import getUtility
7
7
from zope.security.proxy import removeSecurityProxy
8
8
 
9
 
from canonical.testing.layers import LaunchpadZopelessLayer
10
9
from lp.buildmaster.enums import BuildStatus
11
10
from lp.registry.interfaces.pocket import PackagePublishingPocket
12
11
from lp.soyuz.adapters.packagelocation import PackageLocation
24
23
    )
25
24
from lp.soyuz.model.processor import ProcessorFamilySet
26
25
from lp.testing import TestCaseWithFactory
 
26
from lp.testing.layers import LaunchpadZopelessLayer
27
27
 
28
28
 
29
29
class PackageInfo: