summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2017-03-02 19:35:05 +0200
committerRoman Podoliaka <rpodolyaka@mirantis.com>2017-03-02 19:35:05 +0200
commit220ddc2f309d54093918ea4ee852367c2e9d92cb (patch)
tree7063ed4581b1162a5244661e8d265abecdf236ec /setup.cfg
parentb430b5858a33a5c22c9595fa8da4830d1e1d6223 (diff)
downloadoslo-db-220ddc2f309d54093918ea4ee852367c2e9d92cb.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index be814bd..22df394 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