summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2014-10-28 08:49:57 -0400
committerSean Dague <sean@dague.net>2014-10-28 08:51:21 -0400
commitcef1fea688e974585a9a2aea5017cd4df3bab1f5 (patch)
treeeb2ac7c766fab4ea38b14fcbf6d91fd521a9464c /tools
parent41f7aac903cc9e4f11262c5a2a752ef02ceb6309 (diff)
downloadnova-cef1fea688e974585a9a2aea5017cd4df3bab1f5.tar.gz
Revert "Switch Nova to use oslo.concurrency"
This patch made unit tests stop running (always runs 0 unit tests) we should revert and put a check in place to prevent that from happening so that we don't regress the rest of Nova trying to figure out the oslo.concurrency issue. This reverts commit 382294762b08abb1921a77b00608ac941478ce05. Change-Id: I98b04ac2a0ba67ba8af44867799317fdf95b8aff
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pretty_tox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pretty_tox.sh b/tools/pretty_tox.sh
index ddc160b4fe..137f7df3f6 100755
--- a/tools/pretty_tox.sh
+++ b/tools/pretty_tox.sh
@@ -3,4 +3,4 @@
set -o pipefail
TESTRARGS=$1
-python -m oslo.concurrency.lockutils python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | $(dirname $0)/subunit-trace.py -f
+python -m nova.openstack.common.lockutils python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | $(dirname $0)/subunit-trace.py -f