Hi, Is anyone running Tempest on Python 2.6? The documentation suggests it should work (leaving aside the unit tests), http://docs.openstack.org/developer/tempest/overview.html#python-2-6 However the install_venv_common.py script in the tempest tools directory dies if it's running under 2.6 or lower, https://github.com/openstack/tempest/blob/e3010feedac03abe8973393f45a52e0c7b4f2649/tools/install_venv_common.py#L49 Adrian