3d150141b7
stestr is actively maintained. OpenStack is migrating to stestr, go ahead. Remove the depend on python-subunit as well. stestr takes care of that for us Change-Id: I6f845ab4ef1a1c91048666614799a03ab02ab765
71 lines
714 B
Plaintext
71 lines
714 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
cover
|
|
cover-master
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
.stestr
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
doc/source/_static/
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
*.DS_Store
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# generated config file
|
|
etc/zun/zun.conf.sample
|
|
|
|
# generated policy file
|
|
etc/zun/policy.yaml.sample
|
|
|
|
# etcd config file
|
|
devstack/etcd.override
|
|
|