Comment 1 for bug 1622044

Revision history for this message
Vincent Ladeuil (vila) wrote :

Different parts of the test suite use different sort of isolation.

Thanks for identifying this leak,

This is... a doctest... it's not properly isolated almost by design.

There are way better (and more complete) examples in other tests, starting with branchbuilder tests themselves, this is not worth attempting to teach doctest about isolation ;)

So I'll replace the doctest by better pointers.