From 14e1c1ffa541c5213bfb02b80d7ea0ba3d3ad4d2 Mon Sep 17 00:00:00 2001 From: David Sariel Date: Wed, 28 Sep 2016 18:26:20 +0300 Subject: [PATCH] Updated from global requirements The version of hacking should be the same as in [1] [1] https://github.com/openstack/requirements/blob/master/global-requirements.txt#L391 Change-Id: Ia8ff6ad97b58cd1aa5124518d90112af9307ccb8 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7fb4e7c5fe7..7af4be1bfdd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Install bounded pep8/pyflakes first, then let flake8 install -hacking<0.11,>=0.10.0 +hacking>=0.11.0,<0.12 # Apache-2.0 anyjson>=0.3.3 # BSD coverage>=3.6 # Apache-2.0