From 220ddc2f309d54093918ea4ee852367c2e9d92cb Mon Sep 17 00:00:00 2001 From: Roman Podoliaka Date: Thu, 2 Mar 2017 19:35:05 +0200 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. Change-Id: Id2d358ffdca998066b41c8178aac81d170f82d3c Partial-Bug: #1668848 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index be814bd1..22df3949 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ postgresql = psycopg2>=2.5 # LGPL/ZPL # Dependencies for testing oslo.db itself. test = - hacking<0.11,>=0.10.0 + hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 coverage>=4.0 # Apache-2.0 doc8 # Apache-2.0 eventlet!=0.18.3,>=0.18.2 # MIT