Re: [openstack-dev] unable to run tox due to the '--pre' argument

2013-09-23 Thread Monty Taylor
On 09/23/2013 12:14 AM, Zhongyue Luo wrote: Looks like this problem happens in systems that use pip1.4 but upgraded tox to 1.6.1 http://tox.readthedocs.org/en/latest/config.html#confval-install_command=ARGV Yes. We have been rolling out tox.ini changes to projects. I'll push one up for

Re: [openstack-dev] unable to run tox due to the '--pre' argument

2013-09-22 Thread Zhongyue Luo
Looks like this problem happens in systems that use pip1.4 but upgraded tox to 1.6.1 http://tox.readthedocs.org/en/latest/config.html#confval-install_command=ARGV On Fri, Sep 20, 2013 at 12:47 AM, Jeremy Stanley fu...@yuggoth.org wrote: On 2013-09-19 09:24:08 +0800 (+0800), Yongsheng Gong

Re: [openstack-dev] unable to run tox due to the '--pre' argument

2013-09-19 Thread Jeremy Stanley
On 2013-09-19 09:24:08 +0800 (+0800), Yongsheng Gong wrote: [...] I upgrade the pip into 1.4.1: gongysh@gongysh-ThinkPad-T530:/opt/stack/python-neutronclient$ .tox/py27/bin/pip install -U pip gongysh@gongysh-ThinkPad-T530:/opt/stack/python-neutronclient$ .tox/py27/bin/pip --version pip

[openstack-dev] unable to run tox due to the '--pre' argument

2013-09-18 Thread Yongsheng Gong
Hi, I tried to run tests after I changed some codes in python neutron client, But I failed. Could someone please help me out? $ tox -e py27 GLOB sdist-make: /mnt/data/opt/stack/python-neutronclient/setup.py py27 create: /mnt/data/opt/stack/python-neutronclient/.tox/py27 py27 installdeps:

Re: [openstack-dev] unable to run tox due to the '--pre' argument

2013-09-18 Thread Jeremy Stanley
On 2013-09-19 08:12:47 +0800 (+0800), Yongsheng Gong wrote: [...] $ tox -e py27 [...] no such option: --pre [...] $ tox --version 1.6.1 imported from /usr/local/lib/python2.7/dist-packages/tox/ __init__.pyc $ pip --version pip 1.4.1 from /usr/local/lib/python2.7/dist-packages/

Re: [openstack-dev] unable to run tox due to the '--pre' argument

2013-09-18 Thread Yongsheng Gong
Thanks for the reply. It is weird the pip will be changed into 1.3.1 after I run tox -e py27. Here is the process I run: gongysh@gongysh-ThinkPad-T530:/opt/stack/python-neutronclient$ .tox/py27/bin/pip --version pip 1.3.1 from