/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-16 15:15:17 UTC
  • mfrom: (5570.2.6 690563-test-isolation)
  • Revision ID: pqm@pqm.ubuntu.com-20101216151517-qoslvcss5y1sivi6
(vila) Fix test isolation leaks destroying env variables. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3842
3842
        return []
3843
3843
    return [
3844
3844
        'bzrlib',
3845
 
        'bzrlib.branchbuilder',
 
3845
        # FIXME: Fixing bug #690563 revealed an isolation problem in the single
 
3846
        # doctest for branchbuilder. Uncomment this when bug #321320 is fixed
 
3847
        # to ensure the issue is addressed (note that to reproduce the bug in
 
3848
        # the doctest below, one should comment the 'email' config var in
 
3849
        # bazaar.conf (or anywhere else). This means an setup where *no* user
 
3850
        # is being set at all in the environment.
 
3851
#       'bzrlib.branchbuilder',
3846
3852
        'bzrlib.decorators',
3847
3853
        'bzrlib.export',
3848
3854
        'bzrlib.inventory',