Revert "Set a temporary cap on subunit2sql before 1.0.0 release"

The release has happened, the migration worked, all's right with the
world.

This reverts commit 04eb36588d.

Change-Id: I28a3e9cf3b420a6ccca20c52c4e67adc3f5710c5
This commit is contained in:
Matthew Treinish 2015-11-23 16:05:58 -05:00
parent e21779248e
commit 3ed5aa98c5
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ TEMPEST_DIR=/opt/git/openstack/tempest
# Setup venv and Install python deps from pip
sudo virtualenv /opt/git/subunit2sql-env
sudo -H /opt/git/subunit2sql-env/bin/pip install -U 'subunit2sql<1.0.0' testrepository PyMySQL
sudo -H /opt/git/subunit2sql-env/bin/pip install -U subunit2sql testrepository PyMySQL
sudo env PATH=/opt/git/subunit2sql-env/bin:$PATH /opt/git/subunit2sql-env/bin/python2 /opt/nodepool-scripts/prepare_tempest_testrepository.py $TEMPEST_DIR

View File

@ -27,7 +27,7 @@ sudo -u jenkins -i /opt/nodepool-scripts/prepare_devstack.sh "$HOSTNAME"
# Setup venv and install deps for prepare_tempest_testrepository.py
sudo virtualenv -p python2 /opt/git/subunit2sql-env
sudo -H /opt/git/subunit2sql-env/bin/pip install -U testrepository 'subunit2sql<1.0.0' PyMySQL
sudo -H /opt/git/subunit2sql-env/bin/pip install -U testrepository subunit2sql PyMySQL
# Pre-seed tempest testrepository with data from subunit2sql
sudo -i env PATH=/opt/git/subunit2sql-env/bin:$PATH /opt/git/subunit2sql-env/bin/python2 /opt/nodepool-scripts/prepare_tempest_testrepository.py $TEMPEST_DIR