diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-06-15 16:58:49 -0400 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-06-16 13:01:39 -0400 |
commit | e33a4742a80a3535e071a17ce39815d29a95ca61 (patch) | |
tree | 77fe3463f7af2ff06b3e185e4d4fffa634212513 /setup.cfg | |
parent | a00791576e0b3c589bc5ea34422b73fe457277e9 (diff) | |
download | keystone-e33a4742a80a3535e071a17ce39815d29a95ca61.tar.gz |
Clean up test requires a bit.
The main culprit here was prettytable - but because of the way this was
working, it was causing intermittent transient network issues from pypi in
the devstack gates.
Change-Id: I62117116c850361c5e2de7e6485c14ef43007c1d
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -15,7 +15,6 @@ source-dir = doc/source # openstack-nose https://github.com/jkoelker/openstack-nose verbosity=2 detailed-errors=1 -with-openstack=1 -openstack-red=0.05 -openstack-yellow=0.025 -openstack-show-elapsed=1 +cover-package = keystone +cover-html = true +cover-erase = true |