Code review comment for lp:~kissiel/checkbox/converged-fixes

Revision history for this message
Maciej Kisielewski (kissiel) wrote :

> I don't see where python3-requests-oauthlib actually gets used here, maybe it
> was always a missing dep? How was this tested and can I also test it?

It's a dependency of plainbox. On the device, when the providers are being loaded, the pkg_resources finds this lib missing it stops loading the provider mid-way. No test plans are available afterwards.

To test it, build checkbox-converged and run it on a device.

Simplest way:

cd checkbox-touch
./get-libs
./build-me --install

« Back to merge proposal