summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-04 16:05:55 +0000
committerGerrit Code Review <review@openstack.org>2019-01-04 16:05:55 +0000
commit1b282358166fe4c1d4dea896bd336b2850584f56 (patch)
treeeef4d1ef4601821f8e191a662ebf5acc2952ea2f
parent398fd3a20ff7c8493bdb1e7b3b9b98fcc36af586 (diff)
parent2eae978a35b7bbe4a7d3b64dfe3c0cbf34a95e69 (diff)
downloadpython-barbicanclient-1b282358166fe4c1d4dea896bd336b2850584f56.tar.gz
Merge "Update hacking version"stein-em4.8.1
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0426a1e..da9fdc7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage!=4.4,>=4.0 # Apache-2.0
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
mock>=2.0.0 # BSD