summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2017-03-02 19:25:44 +0000
committerRob Cresswell <robert.cresswell@outlook.com>2017-03-02 19:26:49 +0000
commitd8a51799c30f57e60fa9128dcf9543e1c6b108c2 (patch)
tree3e62a5d055e696f52a071b75f52ada7747b82673
parent9c02a16322f6c9ee0673f1d9aa173245858d6cca (diff)
downloaddjango_openstack_auth-d8a51799c30f57e60fa9128dcf9543e1c6b108c2.tar.gz
Update hacking version to fix tests
See https://review.openstack.org/#/c/429481/ for discussion on why these specific bounds were chosen. Change-Id: I6cf7eda76130644b68b06ba47db35e17d3c6fdbf
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7daf45c..658aaba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
Babel>=2.3.4 # BSD
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD