summaryrefslogtreecommitdiff
path: root/oslo_concurrency
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-02 14:00:42 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 08:18:31 +0700
commita9d728b71e47540fd248a6bc2d301fdfa9a988ce (patch)
treec1c66b2ada093af229918c5a3bf87abe001f0a4b /oslo_concurrency
parent0b9a94376bc9202062ec94af0887c8ee492b52ab (diff)
downloadoslo-concurrency-a9d728b71e47540fd248a6bc2d301fdfa9a988ce.tar.gz
Switch to stestr
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I753f32ecf3275cf49d8c93bf648a6a26bc6da8e7
Diffstat (limited to 'oslo_concurrency')
-rw-r--r--oslo_concurrency/lockutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_concurrency/lockutils.py b/oslo_concurrency/lockutils.py
index e896a1a..87db4ce 100644
--- a/oslo_concurrency/lockutils.py
+++ b/oslo_concurrency/lockutils.py
@@ -348,7 +348,7 @@ def _lock_wrapper(argv):
lockutils-wrapper
If you run this:
- lockutils-wrapper python setup.py testr <etc>
+ lockutils-wrapper stestr run <etc>
a temporary directory will be created for all your locks and passed to all
your tests in an environment variable. The temporary dir will be deleted