From 01dbc4ffd67c7e33471d66e40c61bf514a9b47a7 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Sun, 20 Oct 2019 17:41:22 +0400 Subject: [PATCH] Sync version of hacking library with diskimage-builder Hacking is runtime dependency of diskimage-builder and its version is higher than the one used by Shaker. This patch aligns version that Shaker uses for code style check. Change-Id: I44ade3ea99ffc165b91e44e5e62a8682912f3de2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 36b4966..459d014 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # Hacking already pins down pep8, pyflakes and flake8 coverage>=4.0 # Apache-2.0 -hacking>=0.12.0,!=0.13.0,<0.14 +hacking<1.2.0,>=1.1.0 # Apache-2.0 - should be in sync with diskimage-builder mock>=2.0 # BSD oslotest>=1.10.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD