Skip to content
Snippets Groups Projects
Commit 02545874 authored by James Page's avatar James Page
Browse files

Update to charm-tools >= 2.0.0

The new release of charm-tools no longer ships the charm
command; update minimum version requirement and switch
to using charm-proof instead, unblocking current pep8
failures across all charms.

Also pin the version of requests to 2.6.0 until theblues
(indirect dependency of charm-tools) sort out its
requirements versioning.

Change-Id: I0431192e165353aa2fd414f06afaf6ce132f9970
parent 50af0a1b
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,5 @@ coverage>=3.6
mock>=1.2
flake8>=2.2.4,<=2.4.1
os-testr>=0.4.1
charm-tools
charm-tools>=2.0.0
requests==2.6.0
......@@ -19,7 +19,7 @@ basepython = python2.7
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} hooks unit_tests tests actions
charm proof
charm-proof
[testenv:venv]
commands = {posargs}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment