From 5904a7aa0441a46e75b21c85543ccad2d641480b Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 23 Mar 2016 08:51:55 +0000 Subject: [PATCH] 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: I29210e210b90aa81bf6ee9a020bd6de656750a77 --- test-requirements.txt | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3af44d7..4faf254 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 838990c..487dde2 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ basepython = python2.7 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} actions hooks unit_tests tests - charm proof + charm-proof [testenv:venv] commands = {posargs}