summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-24 22:01:28 -0600
committerMonty Taylor <mordred@inaugust.com>2013-01-17 14:42:52 -0500
commit02eb985124efa92bf735712db0ed174c40b74d14 (patch)
tree696c45b26c34603aea74d0ca57198d5e194f9c5d /setup.py
parent06acb0c009ac53777884cf5b0aa8942184d06622 (diff)
downloadpython-cinderclient-02eb985124efa92bf735712db0ed174c40b74d14.tar.gz
Move from nose to testr.
Granted - this takes the test suite from 3 seconds to 1 second... but there are a bunch of other ways (correctness) that testr is better than nose. Removed tests/v1/utils - it was not being used anywhere. Part of blueprint grizzly-testtools. Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
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 50db708..cb550fc 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,6 @@ setuptools.setup(
tests_require=tests_require,
setup_requires=['setuptools-git>=0.4'],
dependency_links=depend_links,
- test_suite="nose.collector",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",