Fix stable integration tests

Change-Id: I7def2163b8e2064a7af4f0f53861ae3e7aec1e9c
This commit is contained in:
Doug Hellmann 2014-08-25 17:37:40 -04:00
parent e4d9c6d990
commit 86fe20f8df
3 changed files with 12 additions and 0 deletions

View File

@ -18,5 +18,9 @@ pip install --no-clean -ve .
# Install the test requirements
pip install --no-clean -r $srcdir/test-requirements.txt
# Force a known hash seed value to avoid sorting errors from tox
# giving us a random one.
export PYTHONHASHSEED=0
# Run testr
python setup.py testr

View File

@ -18,5 +18,9 @@ pip install --no-clean -ve .
# Install the test requirements
pip install --no-clean -r $srcdir/test-requirements.txt
# Force a known hash seed value to avoid sorting errors from tox
# giving us a random one.
export PYTHONHASHSEED=0
# Run testr
python setup.py testr

View File

@ -11,4 +11,8 @@ cd $envdir/src/openstackclient/
pip install -r test-requirements.txt
# Force a known hash seed value to avoid sorting errors from tox
# giving us a random one.
export PYTHONHASHSEED=0
python setup.py testr