[TIP] [venv] python2.5 and ssl in virtualenvs: chicken and egg

Chris Withers chris at simplistix.co.uk
Sat Mar 16 14:41:16 PDT 2013


On 16/03/2013 14:39, Kevin Lyda wrote:
> Why not? You can tell tox to install dependencies. For instance I have
> the following in one tox.ini file:
>
> [testenv:py26]
> deps=unittest2

Try specifying ssl as a dependency like this on py25 and you'll see the 
problem ;-)

Chris

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



More information about the testing-in-python mailing list