summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-06-15 16:58:49 -0400
committerMonty Taylor <mordred@inaugust.com>2012-06-16 13:01:39 -0400
commite33a4742a80a3535e071a17ce39815d29a95ca61 (patch)
tree77fe3463f7af2ff06b3e185e4d4fffa634212513 /setup.cfg
parenta00791576e0b3c589bc5ea34422b73fe457277e9 (diff)
downloadkeystone-e33a4742a80a3535e071a17ce39815d29a95ca61.tar.gz
keystone-e33a4742a80a3535e071a17ce39815d29a95ca61.tar.xz
keystone-e33a4742a80a3535e071a17ce39815d29a95ca61.zip
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.cfg7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 9e948162..0e8f67dd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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