twisted / ampoule

Process pool for Twisted, using AMP
Other
12 stars 19 forks source link

test_changeChildReactor fails without installed ampoule #17

Open moshez opened 6 years ago

moshez commented 6 years ago

test_changeChildReactor does not pass packages=("twisted", "ampoule") to its ProcessStarter, which means the test fails if there is no system-wide ampoule for the child to pick up. This seems like a simple oversight: all other ProcessStarter calls do pass it, and doing the same thing here makes the test pass on my system.