branches with status:
Name Status Last Modified Last Commit
lp:~ewanmellor/nova/unittests_2_6_lp834772 bug(Has a merge proposal) 1 Development 2011-08-27 08:42:23 UTC
1500. Bug #834772: Unit tests fail on Pytho...

Author: Ewan Mellor
Revision Date: 2011-08-27 08:38:30 UTC

Bug #834772: Unit tests fail on Python 2.6

On Python 2.6 (and below) load the unittest2 module, and alias it to unittest.
This brings in the assertIn function (among others) which is now used by
some unit tests, but isn't available on Python 2.6.

install_venv.py has been updated to add unittest2 as a dependency on
Python 2.6 and below, using a separate pip-requires-2.6 file that extends
the default one.

11 of 1 result