Hey guys, You know how when you run tox in nova, it's slow and annoying because of the sdist? Turns out it's not tox, nor sdist to blame ... we were doing --stat on the git log call that makes the ChangeLog. Removing it trims 15 seconds from the run, making it run at pretty much the same speed as the other stuff. https://review.openstack.org/#/c/24031/ Yay. Monty