0c71102f0e
stestr is maintained, while testrepository is not. OpenStack is migrating to stestr, go ahead and follow suit. The --no-subunit-trace flag is added to keep the quiet test run behavior. If we remove it, stestr will by default print the name of each test as it starts it. This uses environment inclusions which need tox 2.8.1 due to a bug fix. So increase the tox minversion. Change-Id: I08cd4bee86b56d9a68644b049497c34e34e5f226
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
# Nodepool uses hacking for its dependencies
|
|
hacking>=0.10.2,<0.11
|
|
coverage
|
|
sphinx>=1.5.1,<1.6
|
|
sphinxcontrib-programoutput
|
|
sphinxcontrib-httpdomain
|
|
reno>=2.5.0 # Apache-2.0
|
|
fixtures>=0.3.12
|
|
mock>=1.0
|
|
python-subunit
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testscenarios
|
|
testtools>=0.9.27
|