lp:~sylvain-pineau/checkbox/fix-1258477

Created by Sylvain Pineau and last modified
Get this branch:
bzr branch lp:~sylvain-pineau/checkbox/fix-1258477
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sylvain Pineau
Project:
Checkbox
Status:
Merged

Recent revisions

2547. By Sylvain Pineau

plainbox:commands:test_run: Mock concurrent modules imported by highlevel

test_run calls box.py main function and doing so imports the dev command
which also imports the list command.
The list command imports highlevel and this module does:

from concurrent.futures import ThreadPoolExecutor

That leads the concurrent.futures.thread module to be imported, and with it
an exit function to be registered:

atexit.register(_python_exit)

The problem seems to be that concurrent.futures which is loaded in by
unittest is then unloaded before the _exit_function gets called, and it's
function definitions by the way.

2546. By Sylvain Pineau

"automatic merge by tarmac [r=sylvain-pineau][bug=][author=sylvain-pineau]"

2545. By Sylvain Pineau

"automatic merge by tarmac [r=sylvain-pineau][bug=][author=sylvain-pineau]"

2544. By Sylvain Pineau

"automatic merge by tarmac [r=zkrynicki][bug=1255945][author=sylvain-pineau]"

2543. By Sylvain Pineau

"automatic merge by tarmac [r=sylvain-pineau][bug=][author=sylvain-pineau]"

2542. By Launchpad Translations on behalf of checkbox-dev

Launchpad automatic translations update.

2541. By Daniel Manrique

"Removes an old, unused and bitrotten script. [r=zkrynicki][bug=752881][author=roadmr]"

2540. By Zygmunt Krynicki

"plainbox: improve debuggability of the trusted launcher [r=roadmr][bug=][author=zkrynicki]"

2539. By Zygmunt Krynicki

"automatic merge by tarmac [r=sylvain-pineau][bug=1254093][author=zkrynicki]"

2538. By Zygmunt Krynicki

"automatic merge by tarmac [r=zkrynicki][bug=1236377,1236505,1243610,1254189,1254191,1255066,1255085][author=zkrynicki]"

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:checkbox
This branch contains Public information 
Everyone can see this information.

Subscribers