Switch to using stestr
According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I39e56868bb974b4f84986581d2436ca5791a092b Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
parent
b3041b1bf1
commit
98ed725a11
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ pip-log.txt
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
.stestr
|
||||
.venv
|
||||
cover
|
||||
|
||||
|
@ -11,4 +11,4 @@ oslotest>=3.2.0 # Apache-2.0
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=2.2.0 # MIT
|
||||
os-testr>=1.0.0 # Apache-2.0
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user