Well - there are two choices... you can upgrade to 1.1, or you can put
in an entry into tox.ini, changing:

deps=pep8

to

deps = pep8==0.6.1

We're working on getting this to the point where the pep8 version in
test-requires is honored.

On 05/25/2012 04:46 PM, Dan Wendlandt wrote:
> Hi Monty,
> 
> A recent commit to Quantum failed due to pep8 errors that were not
> related to the
> patch: https://jenkins.openstack.org/job/check-quantum-pep8/1/console
> 
> After some digging, I noticed that these errors were due to the fact
> that Jenkins is using pep8 version 1.1, rather than the pep8 0.6.1 that
> is specified in quantum's tools/test-requires
> 
> [TOX] ***installing dependencies: pep8
> [TOX] /home/jenkins/workspace/check-quantum-pep8/.tox/pep8/log$ ../bin/pip 
> install 
> --download-cache=/home/jenkins/workspace/check-quantum-pep8/.tox/_download 
> pep8
> Downloading/unpacking pep8
>   Downloading pep8-1.1.tar.gz
>   Storing download in cache at 
> /home/jenkins/workspace/check-quantum-pep8/.tox/_download/http%3A%2F%2Fpypi.openstack.org
>  <http://2Fpypi.openstack.org>%2Fpep8%2Fpep8-1.1.tar.gz
>   Running setup.py egg_info for package pep8
>     
> 
> 
> We can pretty easily clean up the pep8 errors and change test-requires,
> but I wanted to check with you first to see if the change to 1.1 is
> intentional and permanent.  Thanks,
> 
> Dan
> 
> 
> -- 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Dan Wendlandt 
> Nicira, Inc: www.nicira.com <http://www.nicira.com>
> twitter: danwendlandt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 

-- 
Mailing list: https://launchpad.net/~netstack
Post to     : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to