diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/install_venv.py | 3 | ||||
| -rw-r--r-- | tools/test-requires | 14 |
2 files changed, 7 insertions, 10 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 19b8f3f1e..b1ceb74f0 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -196,9 +196,6 @@ def install_dependencies(venv=VENV): pip_install('-r', PIP_REQUIRES) pip_install('-r', TEST_REQUIRES) - # Install nova into the virtual_env. No more path munging! - run_command([os.path.join(venv, 'bin/python'), 'setup.py', 'develop']) - def post_process(): get_distro().post_process() diff --git a/tools/test-requires b/tools/test-requires index 8a97720fa..1d72f7114 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,14 +2,14 @@ distribute>=0.6.24 coverage -fixtures +discover +feedparser +fixtures>=0.3.10 mox==0.5.3 -nose -testtools -openstack.nose_plugin>=0.7 -nosehtmloutput +MySQL-python pep8==1.3.3 pylint==0.25.2 +python-subunit sphinx>=1.1.2 -feedparser -MySQL-python +testrepository>=0.0.8 +testtools>=0.9.22 |
