From f4dfe12f48a2d6e337c00bd4e0c5e8c8fe29e5a8 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 23 Mar 2016 08:52:12 +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: Id04a1238b4460ba4c4de6549c6fe937cb90d9d9d --- 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 3af44d73..4faf2545 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 8278f3dc..c051dba5 100644 --- a/tox.ini +++ b/tox.ini @@ -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}