summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@amrith.org>2016-11-17 06:11:39 -0500
committerAmrith Kumar <amrith@amrith.org>2016-11-17 14:43:36 -0500
commit0a9b1e45fcf712dbe4ddff9d51d5b870bbc60d7d (patch)
tree2967c1edfe418a95f3f2448dbe9a95d4f1631963 /test-requirements.txt
parent0d514081c9685de206c1fa756d9353e30d7eb658 (diff)
downloadtrove-0a9b1e45fcf712dbe4ddff9d51d5b870bbc60d7d.tar.gz
Enable hacking extensions framework
<long rant deleted> This change enables the hacking extensions ability in trove. That includes bumping the version of hacking that we use, and also adding the enable-extensions like in the [flake8] section. I've enabled two of the hacking extensions here. There are some limitations to the hacking rules that I've enabled so I'm also going to enter two bugs that others can fix (if they so desire). Change-Id: I6d8fc4bc03f948b84ad823e5248d78a4caa5c042 Related-Bug: 1642554 Related-Bug: 1642552
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 865e6fa9..87fb7fbe 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.
# Hacking already pins down pep8, pyflakes and flake8
-hacking<0.11,>=0.10.0
+hacking<0.13,>=0.12.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
os-api-ref>=1.0.0 # Apache-2.0