[TIP] tox failing to find py33 on windows: fixed

holger krekel holger at merlinux.eu
Thu Jan 31 00:27:39 PST 2013


On Thu, Jan 31, 2013 at 07:07 +0000, Chris Withers wrote:
> On 30/01/2013 23:10, Chris Withers wrote:
> >The three failing jobs are a bit puzzling, with exceptions along the
> >lines of "InterpreterNotFound: python3.x":
> >
> >http://jenkins.simplistix.co.uk/job/xlrd/3/TOXENV=py33,label=windows/console
> 
> This one is an easy-to-fix bug in tox...
> 
> _venv.py in tox just needs the following added at line 329:
> 
>             'python3.3': "c:\python33\python.exe",
> 
> Holger, can you make that change?

already made on trunk, not released yet.  You might want to install a 
the dev-version of tox via "pip install -i http://pypi.testrun.org -U tox"
(should give you tox-1.4.3.dev5 currently).

best,
holger


> cheers,
> 
> Chris
> 
> -- 
> Simplistix - Content Management, Batch Processing & Python Consulting
>            - http://www.simplistix.co.uk
> 



More information about the testing-in-python mailing list