From 07d307b5a868a1c28cb50503c0fed08587e14122 Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 2 Mar 2017 16:28:30 +0800 Subject: [PATCH] Update test requirement Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1668848 Change-Id: I521075cb8864556d6630eefeb5ab3da52f66a3e3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6b530c5..1d340b2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. flake8==2.5.0 # fix for https://gitlab.com/pycqa/flake8/issues/94 -hacking<0.11,>=0.10.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD testtools>=1.4.0 # MIT pytest-aiohttp==0.1.3