Update test requirements

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: Ia3bcca2dd70b2e43b59041bf9c9cf7eced723fce
This commit is contained in:
Vladimir Kuklin 2017-03-02 18:03:02 +03:00
parent a78cd6e107
commit 4d739ecc04
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
os-testr>=0.4.1 # Apache-2.0
coverage>=3.6 # Apache-2.0
fixtures>=1.3.1 # Apache-2.0/BSD
hacking<0.11,>=0.10.2 # Apache-2.0
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
mock>=1.2 # BSD
oslotest>=1.10.0 # Apache-2.0
requests-mock>=0.7.0 # Apache-2.0