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
NOTE(tonyb): We set the minimum acceptable version of stestr to
>= 1.0.0 to align with trhe current value in stable
Change-Id: I55060b1d99b9a00b20c98fbb429d072568265695
(cherry picked from commit 32a3244bb4)
27 lines
289 B
Plaintext
27 lines
289 B
Plaintext
.coverage
|
|
.venv
|
|
.stestr/
|
|
subunit.log
|
|
.tox
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
.idea
|
|
*.sw?
|
|
*~
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
novaclient/versioninfo
|
|
*.egg
|
|
*egg-info
|
|
.eggs
|
|
|
|
# Files created by documentation build
|
|
/doc/build/
|
|
/doc/source/reference/api/
|
|
|
|
# Files created by releasenotes build
|
|
/releasenotes/build
|