summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-09-27 17:24:43 -0500
committerJason Kölker <jason@koelker.net>2011-09-27 17:24:43 -0500
commit9b937d387730c4e432e65a985b437cba861031e1 (patch)
treeccb995e53f3decf73a8b88e505ded5763981d29a /openstack
parentafda0b0b98b9eec86166d9245d11417b08382f8a (diff)
downloadoslo-9b937d387730c4e432e65a985b437cba861031e1.tar.gz
oslo-9b937d387730c4e432e65a985b437cba861031e1.tar.xz
oslo-9b937d387730c4e432e65a985b437cba861031e1.zip
update the setup.py template
Diffstat (limited to 'openstack')
-rw-r--r--openstack/paste/templates/openstack/setup.py_tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/openstack/paste/templates/openstack/setup.py_tmpl b/openstack/paste/templates/openstack/setup.py_tmpl
index 8b4cab1..25b7a9a 100644
--- a/openstack/paste/templates/openstack/setup.py_tmpl
+++ b/openstack/paste/templates/openstack/setup.py_tmpl
@@ -90,8 +90,9 @@ requires = ['eventlet'
]
-setup_requires = ['nose',
- 'coverage',
+# Uncomment these to run tests through setup.py
+setup_requires = [#'nose',
+ #'coverage',
]