Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | tests: remove jsonschema from xenial tox environment. | Scott Moser | |
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'. |