Comment 0 for bug 1250581

Revision history for this message
Akihiro Motoki (amotoki) wrote : run_tests.sh fails with a fresh venv

Today when i removed the existing vnev and ran run_tests.sh, run_tests.sh failed.
run_tests.sh creates a fresh venv.

I found Django 1.6 is installed. it seems django-nose dependencies installs django-1.6.
It happens when we run "pip install -r requirements.txt" and then run "pip install -r test-requirements.txt" with --upgrade option. Horizon tools/install_venv_common is old and it seems to do so.

In the recent tools/install_venv_common both requirements files are evaluated at the same time.
It is the right way to update them.