summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2018-05-10 09:41:33 +0300
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2018-05-10 09:41:33 +0300
commitbd77b6ef766c2c492c54714553209c9181c6505e (patch)
tree948db326b6dba056e0ce82b84292a617ecea396f
parent38ccb4fcec5ecbe3bd278c5a0460dc1011687522 (diff)
downloadironic-bd77b6ef766c2c492c54714553209c9181c6505e.tar.gz
Cap hacking to avoid gate failure
instead of fixing all new violaions appearing with new hacking releases, just cap hacking to latest that was applicable when stable release was cut. Change-Id: Ib9019fb15aee13749ba68c8d8d2ae77b4cb281e0
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 88922ef66..ca79689de 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>=1.0.0 # Apache-2.0
+hacking>=1.0.0,<1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD