From: Steven Dake Date: Fri, 15 Jun 2012 15:39:02 +0000 (-0700) Subject: Lock to pep 1.1 X-Git-Tag: 2014.1~1720 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=da698d0bd28fbaae55666af56f47972074f71aed;p=openstack-build%2Fheat-build.git Lock to pep 1.1 Change-Id: Ic363e8815c057219b2a7ba9dfc149d47378283e6 Signed-off-by: Steven Dake --- diff --git a/tools/test-requires b/tools/test-requires index 2befbbb3..c44028fb 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,9 +2,9 @@ distribute>=0.6.24 coverage -mox +mox==0.5.3 nose nosexcover -openstack.nose_plugin -pep8>=1.0 -sphinx +openstack.nose_plugin>=0.7 +pep8==1.1 +sphinx>=1.1.2 diff --git a/tox.ini b/tox.ini index 3340d5ef..98f1dbf0 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires commands = nosetests -a tag='unit' [testenv:pep8] -deps = pep8 +deps = pep8==1.1 commands = pep8 --repeat --show-source heat setup.py [testenv:venv]