Mark McLoughlin 7ddbea25c4 Don't directly pip install tempest pip-requires
This code:

    # Tempest doesn't satisfy its dependencies on its own, so
    # install them here instead.
    pip_install -r $TEMPEST_DIR/tools/pip-requires

causes us to do:

    Found existing installation: oslo.config 1.1.0
     Uninstalling oslo.config:

so rather than 1.1.0 installed, we end up with 1.1.0b1 and everything
goes kabloomy.

It looks like this comment came from a time (commit 9a352daf) before
tempest included proper install_requires (tempest commit 5abb253c3).

It should be safe to delete this and allow setup_develop() do all the
work just like the other projects.

Change-Id: I869f727900bb08c72e5e8f4e84858a9c77049715
2013-03-13 06:57:19 +00:00
..
2013-01-28 14:32:05 -06:00
2013-03-05 23:03:25 +00:00
2013-03-04 14:12:10 +00:00
2013-01-14 16:12:06 +09:00
2013-03-04 17:52:03 -05:00
2013-02-28 11:54:24 -08:00
2013-03-04 14:12:10 +00:00
2013-03-04 17:52:03 -05:00
2012-09-17 19:38:23 +00:00
tls
2013-01-10 01:56:23 -06:00