summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt2
-rw-r--r--tox.ini1
2 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 14840160..53c5ea69 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,8 +2,6 @@
# 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
contextlib2>=0.4.0 # PSF License
coverage>=3.6 # Apache-2.0
elasticsearch<2.0,>=1.3.0 # Apache-2.0
diff --git a/tox.ini b/tox.ini
index 2f58d6ba..b8439703 100644
--- a/tox.ini
+++ b/tox.ini
@@ -75,6 +75,7 @@ commands =
python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:pep8]
+deps = hacking<0.11,>=0.10.0
commands =
flake8
# Check that .po and .pot files are valid: