b1dfb53ba1
Blatantly plagiarized from I1acc2deadc01421baec256352b35a646676445e5 This commit switches the tox command to use ostestr instead of calling testr through setup.py. The primary advantage here is that it uses the subunit-trace output filter. ostestr primarily exists as a replacement for pretty_tox.sh bash scripts which spread like a plague through OpenStack projects after Nova copied it from Tempest. (although ostestr also provides some other useful features) Granted ironic wasn't using that, but this commit makes the switch to enable getting the subunit-trace output which is generally useful. Note that this dramatically increases output while running tests. However, test failures are still at the bottom of the output, so it shouldn't cause much pain, if any. Change-Id: Ia373b9b4857824644e99a2c8d27e64018cb84b78
19 lines
524 B
Plaintext
19 lines
524 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking<0.11,>=0.10.0
|
|
coverage>=3.6
|
|
discover
|
|
doc8 # Apache-2.0
|
|
fixtures>=1.3.1
|
|
requests-mock>=0.7.0 # Apache-2.0
|
|
mock>=1.2
|
|
Babel>=1.3
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
testtools>=1.4.0
|
|
tempest-lib>=0.11.0
|
|
os-testr>=0.4.1
|