summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-06-25 14:09:54 +0400
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-07-04 11:00:22 +0400
commit60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b (patch)
tree40d7ec884f08616c5f5b7140ac35457c6288d202 /test-requirements.txt
parent98d8fda44d8580b4d726708a91614114c32bd521 (diff)
downloadoslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.tar.gz
oslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.tar.xz
oslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.zip
Enable H304 hacking check
The error was: 'import install_venv_common as install_venv' is a relative import To fix it __init__.py was created and import string was fixed. Requirements for hacking changed to >=0.5.6 Change-Id: I71aa7c7cb268c26aa00828306138a84b30289cb9
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 7ffabfe..8fbc5ab 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@ coverage
discover
fixtures>=0.3.12
flake8==2.0
-hacking>=0.5.3,<0.6
+hacking>=0.5.6,<0.6
mock
mox==0.5.3
mysql-python