From 63513d0cb139f8e945b3dbdf69edc59f849c06c7 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 23 Mar 2016 08:52:16 +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: I35697797e797ef504ea2f7c86185e98abb935c63 --- 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 be053f44..7f8650e8 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} actions hooks unit_tests tests - charm proof + charm-proof [testenv:venv] commands = {posargs}