cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #04464
[Merge] ~smoser/cloud-init:cleanup/remove-json-schema-from-tox-xenial into cloud-init:master
The proposal to merge ~smoser/cloud-init:cleanup/remove-json-schema-from-tox-xenial into cloud-init:master has been updated.
Commit Message changed to:
tests: remove jsonschema from xenial tox environment.
Ubuntu 16.04 (xenial) does not have jsonschema installed by default. As
it is listed in requirements, the tox environment will always have it
installed.
Add the helper tools/pipremove that removes pip packages. Then use that
to remove jsonschema without noise of always running and ignoring a
'pip uninstall jsonschema'.
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/341995
--
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:cleanup/remove-json-schema-from-tox-xenial into cloud-init:master.