0ef540fc20
Recent update brought os-testr 1.0.0 that already uses stestr test runner instead of testrepository. This patch migrates those places using testrepository to using stestr. Inspired by the patch of the same name in openstack/ironic Change-Id: I2c1b271550629437627f3f62b6f33e2beb2b3c4b
32 lines
473 B
Plaintext
32 lines
473 B
Plaintext
*.py[co]
|
|
src/*
|
|
build/*
|
|
AUTHORS
|
|
ChangeLog
|
|
*.egg*
|
|
.tox/*
|
|
.idea
|
|
devenv/*
|
|
cover
|
|
.coverage
|
|
coverage.xml
|
|
.stestr
|
|
.testrepository
|
|
imagebuild/.image_cache
|
|
imagebuild/coreos/build
|
|
imagebuild/coreos/dist
|
|
imagebuild/coreos/oem/authorized_keys
|
|
imagebuild/coreos/oem/container.tar.gz
|
|
imagebuild/coreos/UPLOAD
|
|
*.swp
|
|
_build
|
|
doc/source/contributor/api/
|
|
doc/build
|
|
.proxy.sh.save
|
|
|
|
# release notes build
|
|
releasenotes/build
|
|
|
|
# upper-constraints handling for image builds
|
|
upper-constraints.txt
|