summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2014-10-01 06:25:52 -0400
committerSean Dague <sean@dague.net>2014-10-01 06:25:52 -0400
commiteb49e0aedbec75802d040f6279fb9f0cae91f488 (patch)
treedacf5d4e141207317507b113be8b51bfb6a8dd83 /tox.ini
parent63a72010060222bbc41f3b397745a7f190588b1f (diff)
downloadnova-eb49e0aedbec75802d040f6279fb9f0cae91f488.tar.gz
remove scary error message in tox
Found an interesting cantrip in the devstack tox.ini that gets rid of the scary can't find bash error message at the beginning of test runs. Reducing non error looking error things make it easier to see real errors. Change-Id: I4e1b826626063bf8d5a15531f5768f9ce0eea6a5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 954d3e09ad..3860e1ae89 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,9 @@ skipsdist = True
[testenv]
usedevelop = True
+# tox is silly... these need to be separated by a newline....
+whitelist_externals = bash
+ find
install_command = pip install -U --force-reinstall {opts} {packages}
# Note the hash seed is set to 0 until nova can be tested with a
# random hash seed successfully.