summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2013-01-22 11:09:11 -0600
committerJosh Kearney <josh@jk0.org>2013-01-22 12:16:09 -0600
commit63c8bb5306d15c7679b2cd1d22b6ee556967863d (patch)
tree3ffa74771e9c85cd9023ce5294147bb633d3cea2 /setup.py
parentc1ea2989049c102fde0ea22ac06d066a34d7b0db (diff)
downloadpython-openstackclient-63c8bb5306d15c7679b2cd1d22b6ee556967863d.tar.gz
Migrate from nose to testr.
Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I560592186f2f440049a451a32e58067262ab62d0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index df9fefff..fe0c2ebd 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,6 @@ setuptools.setup(
install_requires=requires,
dependency_links=dependency_links,
cmdclass=setup.get_cmdclass(),
- test_suite="nose.collector",
entry_points={
'console_scripts': ['openstack=openstackclient.shell:main'],
'openstack.cli': [